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

Unified Diff: components/autofill/browser/webdata/autofill_table.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_table.h
diff --git a/components/webdata/autofill/autofill_table.h b/components/autofill/browser/webdata/autofill_table.h
similarity index 98%
rename from components/webdata/autofill/autofill_table.h
rename to components/autofill/browser/webdata/autofill_table.h
index c0c24bb28b6356f5aaad70edd8b836da0c6caa38..24afba82b652bfafd25320aa3921d5de45205090 100644
--- a/components/webdata/autofill/autofill_table.h
+++ b/components/autofill/browser/webdata/autofill_table.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 COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
-#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
+#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
#include <vector>
@@ -363,4 +363,4 @@ class AutofillTable : public WebDatabaseTable {
DISALLOW_COPY_AND_ASSIGN(AutofillTable);
};
-#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
« no previous file with comments | « components/autofill/browser/webdata/autofill_entry_unittest.cc ('k') | components/autofill/browser/webdata/autofill_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698