| Index: components/cronet/histogram_manager.cc
|
| diff --git a/components/metrics/histogram_manager.cc b/components/cronet/histogram_manager.cc
|
| similarity index 95%
|
| rename from components/metrics/histogram_manager.cc
|
| rename to components/cronet/histogram_manager.cc
|
| index dfa865b3fa1c1bf485dd5875fae681b95b0dae13..afbb4478b8fb062c5e8ccd076bdca567e2eb0256 100644
|
| --- a/components/metrics/histogram_manager.cc
|
| +++ b/components/cronet/histogram_manager.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/metrics/histogram_manager.h"
|
| +#include "components/cronet/histogram_manager.h"
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -12,7 +12,7 @@
|
| #include "base/metrics/histogram_samples.h"
|
| #include "components/metrics/histogram_encoder.h"
|
|
|
| -namespace metrics {
|
| +namespace cronet {
|
|
|
| // TODO(rtenneti): move g_histogram_manager into java code.
|
| static base::LazyInstance<HistogramManager>::Leaky
|
| @@ -64,4 +64,4 @@ bool HistogramManager::GetDeltas(std::vector<uint8>* data) {
|
| return false;
|
| }
|
|
|
| -} // namespace metrics
|
| +} // namespace cronet
|
|
|