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

Unified Diff: components/autofill/browser/contact_info.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/contact_info.h
diff --git a/chrome/browser/autofill/contact_info.h b/components/autofill/browser/contact_info.h
similarity index 90%
rename from chrome/browser/autofill/contact_info.h
rename to components/autofill/browser/contact_info.h
index 9f2a70b308ae42a4f8009f9a1056cfe08af9e836..74266270954fd4349b98b718d2f164207c0c65f4 100644
--- a/chrome/browser/autofill/contact_info.h
+++ b/components/autofill/browser/contact_info.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_CONTACT_INFO_H_
-#define CHROME_BROWSER_AUTOFILL_CONTACT_INFO_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_CONTACT_INFO_H_
+#define COMPONENTS_AUTOFILL_BROWSER_CONTACT_INFO_H_
#include <vector>
#include "base/gtest_prod_util.h"
#include "base/string16.h"
-#include "chrome/browser/autofill/field_types.h"
-#include "chrome/browser/autofill/form_group.h"
+#include "components/autofill/browser/field_types.h"
+#include "components/autofill/browser/form_group.h"
// A form group that stores name information.
class NameInfo : public FormGroup {
@@ -91,4 +91,4 @@ class CompanyInfo : public FormGroup {
string16 company_name_;
};
-#endif // CHROME_BROWSER_AUTOFILL_CONTACT_INFO_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_CONTACT_INFO_H_
« no previous file with comments | « components/autofill/browser/autofill_xml_parser_unittest.cc ('k') | components/autofill/browser/contact_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698