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

Unified Diff: components/webdata/autofill/autofill_table.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_table.h
diff --git a/chrome/browser/webdata/autofill_table.h b/components/webdata/autofill/autofill_table.h
similarity index 98%
rename from chrome/browser/webdata/autofill_table.h
rename to components/webdata/autofill/autofill_table.h
index 7635940879cbbfcf025089287c1ce482c8c8b8d9..22991d43e5924354abad2e90be1ebc0bb4206943 100644
--- a/chrome/browser/webdata/autofill_table.h
+++ b/components/webdata/autofill/autofill_table.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_WEBDATA_AUTOFILL_TABLE_H_
-#define CHROME_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
+#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
+#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
+
+#include <vector>
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "base/string16.h"
-#include "chrome/browser/webdata/web_database_table.h"
-
-#include <vector>
+#include "components/webdata/common/web_database_table.h"
class AutofillChange;
class AutofillEntry;
@@ -363,4 +363,4 @@ class AutofillTable : public WebDatabaseTable {
DISALLOW_COPY_AND_ASSIGN(AutofillTable);
};
-#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
+#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_

Powered by Google App Engine
This is Rietveld 408576698