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

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

Issue 2819793002: Translate: do not show the context menu entry when the feature is disabled (Closed)
Patch Set: some more include path changes for ios/android Created 3 years, 8 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/browser/translate_pref_names.h
diff --git a/components/translate/core/common/translate_pref_names.h b/components/translate/core/browser/translate_pref_names.h
similarity index 59%
rename from components/translate/core/common/translate_pref_names.h
rename to components/translate/core/browser/translate_pref_names.h
index def6495ddbaf47ac13d38b70a475056d695241bd..24c3fa234f6c3fabe858bfeaa439d26253925916 100644
--- a/components/translate/core/common/translate_pref_names.h
+++ b/components/translate/core/browser/translate_pref_names.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_CORE_COMMON_PREF_NAMES_H_
-#define COMPONENTS_TRANSLATE_CORE_COMMON_PREF_NAMES_H_
+#ifndef COMPONENTS_TRANSLATE_CORE_BROWSER_PREF_NAMES_H_
+#define COMPONENTS_TRANSLATE_CORE_BROWSER_PREF_NAMES_H_
namespace prefs {
@@ -11,4 +11,4 @@ extern const char kEnableTranslate[];
} // namespace prefs
-#endif // COMPONENTS_TRANSLATE_CORE_COMMON_PREF_NAMES_H_
+#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698