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

Unified Diff: components/webdata/autofill/autofill_entry.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_entry.h
diff --git a/chrome/browser/webdata/autofill_entry.h b/components/webdata/autofill/autofill_entry.h
similarity index 92%
rename from chrome/browser/webdata/autofill_entry.h
rename to components/webdata/autofill/autofill_entry.h
index a9a5375ee829e95073e2b500c754fbdeefcab9a0..0aed9b1eb36c768b88d722c518c5c024891f792c 100644
--- a/chrome/browser/webdata/autofill_entry.h
+++ b/components/webdata/autofill/autofill_entry.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_WEBDATA_AUTOFILL_ENTRY_H__
-#define CHROME_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
+#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
+#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
#include <stddef.h>
#include <vector>
@@ -68,4 +68,4 @@ class AutofillEntry {
bool timestamps_culled_;
};
-#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
+#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__

Powered by Google App Engine
This is Rietveld 408576698