| Index: components/cronet/android/cronet_histogram_manager.h
|
| diff --git a/components/cronet/android/histogram_manager.h b/components/cronet/android/cronet_histogram_manager.h
|
| similarity index 75%
|
| rename from components/cronet/android/histogram_manager.h
|
| rename to components/cronet/android/cronet_histogram_manager.h
|
| index 94001a482dc138e47c4554e802581b3b793e8570..1d298e1c3fcfc4fb397d5bbc042e9dd8568e7ffc 100644
|
| --- a/components/cronet/android/histogram_manager.h
|
| +++ b/components/cronet/android/cronet_histogram_manager.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 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.
|
|
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace cronet {
|
|
|
| -bool HistogramManagerRegisterJni(JNIEnv* env);
|
| +bool CronetHistogramManagerRegisterJni(JNIEnv* env);
|
|
|
| } // namespace cronet
|
|
|
|
|