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

Unified Diff: components/autofill/browser/webdata/autofill_change.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_change.h
diff --git a/components/webdata/autofill/autofill_change.h b/components/autofill/browser/webdata/autofill_change.h
similarity index 88%
rename from components/webdata/autofill/autofill_change.h
rename to components/autofill/browser/webdata/autofill_change.h
index e05e4d7b5a7422273dcab5d3d87aadee6732f960..386f540ff1702979d110fa72b31c9d7dd945e428 100644
--- a/components/webdata/autofill/autofill_change.h
+++ b/components/autofill/browser/webdata/autofill_change.h
@@ -2,12 +2,12 @@
// 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_CHANGE_H__
-#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_CHANGE_H__
+#ifndef COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
+#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
#include <vector>
-#include "components/webdata/autofill/autofill_entry.h"
+#include "components/autofill/browser/webdata/autofill_entry.h"
class AutofillProfile;
class CreditCard;
@@ -69,4 +69,4 @@ class AutofillProfileChange : public GenericAutofillChange<std::string> {
const AutofillProfile* profile_;
};
-#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_CHANGE_H__
+#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
« no previous file with comments | « components/autofill/browser/personal_data_manager_unittest.cc ('k') | components/autofill/browser/webdata/autofill_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698