| Index: components/translate/core/common/translate_metrics.h
|
| diff --git a/components/translate/common/translate_metrics.h b/components/translate/core/common/translate_metrics.h
|
| similarity index 94%
|
| rename from components/translate/common/translate_metrics.h
|
| rename to components/translate/core/common/translate_metrics.h
|
| index 9baa268aa1d7db458b7dc1056291c8eb464f1f06..fe7237d6b0fdf63dc67fcd04daeebb3cb4765c25 100644
|
| --- a/components/translate/common/translate_metrics.h
|
| +++ b/components/translate/core/common/translate_metrics.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_TRANSLATE_COMMON_TRANSLATE_METRICS_H_
|
| -#define COMPONENTS_TRANSLATE_COMMON_TRANSLATE_METRICS_H_
|
| +#ifndef COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_METRICS_H_
|
| +#define COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_METRICS_H_
|
|
|
| #include <string>
|
|
|
| @@ -101,4 +101,4 @@ const char* GetMetricsName(MetricsNameIndex index);
|
|
|
| } // namespace translate
|
|
|
| -#endif // COMPONENTS_TRANSLATE_COMMON_TRANSLATE_METRICS_H_
|
| +#endif // COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_METRICS_H_
|
|
|