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

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: 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.h
diff --git a/chrome/browser/api/webdata/autofill_web_data.h b/components/webdata/autofill/autofill_webdata.h
similarity index 93%
rename from chrome/browser/api/webdata/autofill_web_data.h
rename to components/webdata/autofill/autofill_webdata.h
index 7cecfbe2089eeb00611f51c6800ac95672da37a7..c81afc1babcd52e20216b76c1ea066647908a85b 100644
--- a/chrome/browser/api/webdata/autofill_web_data.h
+++ b/components/webdata/autofill/autofill_webdata.h
@@ -2,15 +2,15 @@
// 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>
#include "base/memory/scoped_ptr.h"
#include "base/string16.h"
-#include "chrome/browser/api/webdata/web_data_service_base.h"
+#include "components/webdata/common/web_data_service_base.h"
class AutofillProfile;
class CreditCard;
@@ -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