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

Unified Diff: components/autofill/browser/phone_field.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/phone_field.h
diff --git a/chrome/browser/autofill/phone_field.h b/components/autofill/browser/phone_field.h
similarity index 87%
rename from chrome/browser/autofill/phone_field.h
rename to components/autofill/browser/phone_field.h
index 8f2c22257abce912d69430a0137fdcc859e30140..ee3cb0a625136ee4bf930fcb8006ac0164f98e91 100644
--- a/chrome/browser/autofill/phone_field.h
+++ b/components/autofill/browser/phone_field.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_PHONE_FIELD_H_
-#define CHROME_BROWSER_AUTOFILL_PHONE_FIELD_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
+#define COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
#include <vector>
#include "base/compiler_specific.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/form_field.h"
-#include "chrome/browser/autofill/phone_number.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/form_field.h"
+#include "components/autofill/browser/phone_number.h"
class AutofillField;
class AutofillScanner;
@@ -86,4 +86,4 @@ class PhoneField : public FormField {
DISALLOW_COPY_AND_ASSIGN(PhoneField);
};
-#endif // CHROME_BROWSER_AUTOFILL_PHONE_FIELD_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_PHONE_FIELD_H_
« no previous file with comments | « components/autofill/browser/personal_data_manager_unittest.cc ('k') | components/autofill/browser/phone_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698