Index: components/translate/core/browser/translate_event_details.h |
diff --git a/chrome/browser/translate/translate_event_details.h b/components/translate/core/browser/translate_event_details.h |
similarity index 76% |
rename from chrome/browser/translate/translate_event_details.h |
rename to components/translate/core/browser/translate_event_details.h |
index 0b98b6db7ed667e594b21e114347d63b5f2c5bea..4af6c8cd9d284cc078ae3b2df32edaa24f9d3200 100644 |
--- a/chrome/browser/translate/translate_event_details.h |
+++ b/components/translate/core/browser/translate_event_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_BROWSER_TRANSLATE_TRANSLATE_EVENT_DETAILS_H_ |
-#define CHROME_BROWSER_TRANSLATE_TRANSLATE_EVENT_DETAILS_H_ |
+#ifndef COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_EVENT_DETAILS_H_ |
+#define COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_EVENT_DETAILS_H_ |
#include <string> |
@@ -27,4 +27,4 @@ struct TranslateEventDetails { |
std::string message; |
}; |
-#endif // CHROME_BROWSER_TRANSLATE_TRANSLATE_EVENT_DETAILS_H_ |
+#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_EVENT_DETAILS_H_ |