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

Unified Diff: components/autofill/browser/webdata/autofill_entry.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_entry.h
diff --git a/components/webdata/autofill/autofill_entry.h b/components/autofill/browser/webdata/autofill_entry.h
similarity index 91%
rename from components/webdata/autofill/autofill_entry.h
rename to components/autofill/browser/webdata/autofill_entry.h
index 0aed9b1eb36c768b88d722c518c5c024891f792c..14509ecaa9696de5915c22bf185b75024bc26c6f 100644
--- a/components/webdata/autofill/autofill_entry.h
+++ b/components/autofill/browser/webdata/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 COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
-#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
+#ifndef COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
+#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
#include <stddef.h>
#include <vector>
@@ -68,4 +68,4 @@ class AutofillEntry {
bool timestamps_culled_;
};
-#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_ENTRY_H__
+#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_ENTRY_H__
« no previous file with comments | « components/autofill/browser/webdata/autofill_change.cc ('k') | components/autofill/browser/webdata/autofill_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698