| 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_
|
|
|