Index: components/translate/core/common/language_detection_details.h |
diff --git a/chrome/common/translate/language_detection_details.h b/components/translate/core/common/language_detection_details.h |
similarity index 81% |
rename from chrome/common/translate/language_detection_details.h |
rename to components/translate/core/common/language_detection_details.h |
index 066a27e6684b915238ac53fcab5c3d31963a13c9..530fd89898e9a05e0a505e6557456c3a62127d91 100644 |
--- a/chrome/common/translate/language_detection_details.h |
+++ b/components/translate/core/common/language_detection_details.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 CHROME_COMMON_TRANSLATE_LANGUAGE_DETECTION_DETAILS_H_ |
-#define CHROME_COMMON_TRANSLATE_LANGUAGE_DETECTION_DETAILS_H_ |
+#ifndef COMPONENTS_TRANSLATE_CORE_COMMON_LANGUAGE_DETECTION_DETAILS_H_ |
+#define COMPONENTS_TRANSLATE_CORE_COMMON_LANGUAGE_DETECTION_DETAILS_H_ |
#include <string> |
@@ -40,4 +40,4 @@ struct LanguageDetectionDetails { |
base::string16 contents; |
}; |
-#endif // CHROME_COMMON_TRANSLATE_LANGUAGE_DETECTION_DETAILS_H_ |
+#endif // COMPONENTS_TRANSLATE_CORE_COMMON_LANGUAGE_DETECTION_DETAILS_H_ |