Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1129)

Unified Diff: components/webdata/autofill/autofill_webdata_service_observer.h

Issue 13392014: Move c/b/webdata/ code to components/webdata/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/webdata/autofill/autofill_webdata_service_observer.h
diff --git a/chrome/browser/webdata/autofill_web_data_service_observer.h b/components/webdata/autofill/autofill_webdata_service_observer.h
similarity index 78%
rename from chrome/browser/webdata/autofill_web_data_service_observer.h
rename to components/webdata/autofill/autofill_webdata_service_observer.h
index 40ed6196d5238335a87d675c91be1dfa6cc0dc79..ed032abcecb0f5fd6895b71e88a05a04d6177dcd 100644
--- a/chrome/browser/webdata/autofill_web_data_service_observer.h
+++ b/components/webdata/autofill/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 CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_OBSERVER_H_
-#define CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_OBSERVER_H_
+#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
+#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
-#include "chrome/browser/webdata/autofill_change.h"
+#include "components/webdata/autofill/autofill_change.h"
class AutofillWebDataServiceObserverOnDBThread {
public:
@@ -34,4 +34,4 @@ class AutofillWebDataServiceObserverOnUIThread {
virtual ~AutofillWebDataServiceObserverOnUIThread() {}
};
-#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_OBSERVER_H_
+#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698