Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: components/translate/core/common/translate_metrics.h

Issue 93603006: Move Translate-related files to components/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/translate/core/common/translate_errors.h ('k') | components/translate/core/common/translate_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698