Index: components/autofill/core/browser/webdata/autofill_webdata_service_observer.h |
diff --git a/components/autofill/browser/webdata/autofill_webdata_service_observer.h b/components/autofill/core/browser/webdata/autofill_webdata_service_observer.h |
similarity index 73% |
rename from components/autofill/browser/webdata/autofill_webdata_service_observer.h |
rename to components/autofill/core/browser/webdata/autofill_webdata_service_observer.h |
index f57e326df927eb706368358f9504fad838892bf2..89dfefeab24e4a7d509920efa20276accfd94d5e 100644 |
--- a/components/autofill/browser/webdata/autofill_webdata_service_observer.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata_service_observer.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_ |
-#include "components/autofill/browser/webdata/autofill_change.h" |
+#include "components/autofill/core/browser/webdata/autofill_change.h" |
namespace autofill { |
@@ -34,4 +34,4 @@ class AutofillWebDataServiceObserverOnUIThread { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_ |