| Index: components/translate/core/common/translate_switches.h
|
| diff --git a/components/translate/common/translate_switches.h b/components/translate/core/common/translate_switches.h
|
| similarity index 61%
|
| rename from components/translate/common/translate_switches.h
|
| rename to components/translate/core/common/translate_switches.h
|
| index 2b42bb55d46235bceb7b549e96a5fe7778b3bab9..f211f14964d3e0c9c2dda25da31bb0059843db34 100644
|
| --- a/components/translate/common/translate_switches.h
|
| +++ b/components/translate/core/common/translate_switches.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_SWITCHES_H_
|
| -#define COMPONENTS_TRANSLATE_COMMON_TRANSLATE_SWITCHES_H_
|
| +#ifndef COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_SWITCHES_H_
|
| +#define COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_SWITCHES_H_
|
|
|
| namespace translate {
|
| namespace switches {
|
| @@ -13,4 +13,4 @@ extern const char kTranslateSecurityOrigin[];
|
| } // namespace switches
|
| } // namespace translate
|
|
|
| -#endif // COMPONENTS_TRANSLATE_COMMON_TRANSLATE_SWITCHES_H_
|
| +#endif // COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_SWITCHES_H_
|
|
|