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

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

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge Created 7 years, 8 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/autofill/browser/webdata/autofill_webdata_service_observer.h
diff --git a/components/webdata/autofill/autofill_webdata_service_observer.h b/components/autofill/browser/webdata/autofill_webdata_service_observer.h
similarity index 76%
rename from components/webdata/autofill/autofill_webdata_service_observer.h
rename to components/autofill/browser/webdata/autofill_webdata_service_observer.h
index ed032abcecb0f5fd6895b71e88a05a04d6177dcd..f6a6e43a267ff2c88396dc72374ff03d5098328f 100644
--- a/components/webdata/autofill/autofill_webdata_service_observer.h
+++ b/components/autofill/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_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
-#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
+#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
-#include "components/webdata/autofill/autofill_change.h"
+#include "components/autofill/browser/webdata/autofill_change.h"
class AutofillWebDataServiceObserverOnDBThread {
public:
@@ -34,4 +34,4 @@ class AutofillWebDataServiceObserverOnUIThread {
virtual ~AutofillWebDataServiceObserverOnUIThread() {}
};
-#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698