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

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: 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 b2197ee34999ae2d21f28c3aadfd28bf1f75ee39..9888a29468f7459b664e2035e00ab9aec80ad367 100644
--- a/chrome/browser/webdata/autofill_table.h
+++ b/components/webdata/autofill/autofill_table.h
@@ -2,16 +2,16 @@
// 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>
-
class AutofillChange;
class AutofillEntry;
class AutofillProfile;
@@ -359,4 +359,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