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

Unified Diff: components/translate/core/browser/translate_browser_metrics.h

Issue 131203002: Move LanguageUsageMetrics and TranslateBrowserMetrics to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « components/translate/DEPS ('k') | components/translate/core/browser/translate_browser_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/translate_browser_metrics.h
diff --git a/chrome/browser/translate/translate_browser_metrics.h b/components/translate/core/browser/translate_browser_metrics.h
similarity index 90%
rename from chrome/browser/translate/translate_browser_metrics.h
rename to components/translate/core/browser/translate_browser_metrics.h
index 21ee89d105a7ec2df8cbaa7fa1b8be8649a97c1e..bf8193c4b712d6c26ec095344a8061f1e8414cc2 100644
--- a/chrome/browser/translate/translate_browser_metrics.h
+++ b/components/translate/core/browser/translate_browser_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 CHROME_BROWSER_TRANSLATE_TRANSLATE_BROWSER_METRICS_H_
-#define CHROME_BROWSER_TRANSLATE_TRANSLATE_BROWSER_METRICS_H_
+#ifndef COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_BROWSER_METRICS_H_
+#define COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_BROWSER_METRICS_H_
#include <string>
@@ -61,4 +61,4 @@ const char* GetMetricsName(MetricsNameIndex index);
} // namespace TranslateBrowserMetrics
-#endif // CHROME_BROWSER_TRANSLATE_TRANSLATE_BROWSER_METRICS_H_
+#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_BROWSER_METRICS_H_
« no previous file with comments | « components/translate/DEPS ('k') | components/translate/core/browser/translate_browser_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698