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

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

Issue 13392014: Move c/b/webdata/ code to components/webdata/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.h
diff --git a/chrome/browser/api/webdata/autofill_web_data.h b/components/webdata/autofill/autofill_webdata.h
similarity index 95%
rename from chrome/browser/api/webdata/autofill_web_data.h
rename to components/webdata/autofill/autofill_webdata.h
index 7cecfbe2089eeb00611f51c6800ac95672da37a7..083028356c0a1cb626e7211bf4cd159865546d90 100644
--- a/chrome/browser/api/webdata/autofill_web_data.h
+++ b/components/webdata/autofill/autofill_webdata.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_API_WEBDATA_AUTOFILL_WEB_DATA_H_
-#define CHROME_BROWSER_API_WEBDATA_AUTOFILL_WEB_DATA_H_
+#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_H_
+#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_H_
#include <string>
#include <vector>
@@ -85,4 +85,4 @@ class AutofillWebData {
const base::Time& delete_begin, const base::Time& delete_end) = 0;
};
-#endif // CHROME_BROWSER_API_WEBDATA_AUTOFILL_WEB_DATA_H_
+#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_H_

Powered by Google App Engine
This is Rietveld 408576698