| Index: components/translate/core/common/translate_util.h
|
| diff --git a/components/translate/common/translate_util.h b/components/translate/core/common/translate_util.h
|
| similarity index 78%
|
| rename from components/translate/common/translate_util.h
|
| rename to components/translate/core/common/translate_util.h
|
| index 41b34968e6863780c586e9d98695b8008de9699f..e42ba8d5b6249601c62eea40821d1b630584d8e6 100644
|
| --- a/components/translate/common/translate_util.h
|
| +++ b/components/translate/core/common/translate_util.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_UTIL_H_
|
| -#define COMPONENTS_TRANSLATE_COMMON_TRANSLATE_UTIL_H_
|
| +#ifndef COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_UTIL_H_
|
| +#define COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -25,4 +25,4 @@ GURL GetTranslateSecurityOrigin();
|
|
|
| } // namespace translate
|
|
|
| -#endif // COMPONENTS_TRANSLATE_COMMON_TRANSLATE_UTIL_H_
|
| +#endif // COMPONENTS_TRANSLATE_CORE_COMMON_TRANSLATE_UTIL_H_
|
|
|