| Index: components/translate/core/language_detection/language_detection_util.h
|
| diff --git a/components/translate/language_detection/language_detection_util.h b/components/translate/core/language_detection/language_detection_util.h
|
| similarity index 86%
|
| rename from components/translate/language_detection/language_detection_util.h
|
| rename to components/translate/core/language_detection/language_detection_util.h
|
| index d7aa14d03502482d2befdd863de90a448241590b..89961465e8062e5dca79a7135b047d9120f4d5bb 100644
|
| --- a/components/translate/language_detection/language_detection_util.h
|
| +++ b/components/translate/core/language_detection/language_detection_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_LANGUAGE_DETECTION_LANGUAGE_DETECTION_UTIL_H_
|
| -#define COMPONENTS_TRANSLATE_LANGUAGE_DETECTION_LANGUAGE_DETECTION_UTIL_H_
|
| +#ifndef COMPONENTS_TRANSLATE_CORE_LANGUAGE_DETECTION_LANGUAGE_DETECTION_UTIL_H_
|
| +#define COMPONENTS_TRANSLATE_CORE_LANGUAGE_DETECTION_LANGUAGE_DETECTION_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -41,4 +41,4 @@ bool MaybeServerWrongConfiguration(const std::string& page_language,
|
|
|
| } // namespace translate
|
|
|
| -#endif // COMPONENTS_TRANSLATE_LANGUAGE_DETECTION_LANGUAGE_DETECTION_UTIL_H_
|
| +#endif // COMPONENTS_TRANSLATE_CORE_LANGUAGE_DETECTION_LANGUAGE_DETECTION_UTIL_H_
|
|
|