// Copyright 2018 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "chrome/notification_helper/notification_helper_constants.h" | |
namespace notification_helper { | |
const char kNotificationHelperHistogramAllocatorName[] = | |
"NotificationHelperMetrics"; | |
} // namespace notification_helper |