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

Unified Diff: components/autofill/browser/autofill_type.h

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines 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/autofill/browser/autofill_type.h
diff --git a/chrome/browser/autofill/autofill_type.h b/components/autofill/browser/autofill_type.h
similarity index 87%
rename from chrome/browser/autofill/autofill_type.h
rename to components/autofill/browser/autofill_type.h
index 0ff1062fc46a36b3ba954ab5e0bfab2d33b1edbc..a199c2460364bf574f200a3b5776984bce4af707 100644
--- a/chrome/browser/autofill/autofill_type.h
+++ b/components/autofill/browser/autofill_type.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_AUTOFILL_AUTOFILL_TYPE_H_
-#define CHROME_BROWSER_AUTOFILL_AUTOFILL_TYPE_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_
#include <map>
#include <set>
#include <string>
#include "base/string16.h"
-#include "chrome/browser/autofill/field_types.h"
+#include "components/autofill/browser/field_types.h"
// The high-level description of Autofill types, used to categorize form fields
// and for associating form fields with form values in the Web Database.
@@ -51,4 +51,4 @@ typedef AutofillType::FieldTypeGroup FieldTypeGroup;
typedef std::set<AutofillFieldType> FieldTypeSet;
typedef std::map<string16, AutofillFieldType> FieldTypeMap;
-#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_TYPE_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_
« no previous file with comments | « components/autofill/browser/autofill_server_field_info.h ('k') | components/autofill/browser/autofill_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698