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

Unified Diff: components/autofill/browser/autofill_profile.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_profile.h
diff --git a/chrome/browser/autofill/autofill_profile.h b/components/autofill/browser/autofill_profile.h
similarity index 94%
rename from chrome/browser/autofill/autofill_profile.h
rename to components/autofill/browser/autofill_profile.h
index e24d6f8296c0d3f503b8fc38727fc20afab5b2d0..8dbf63a52f1819b0363b1eb1b7bf0ee3b2fb04b1 100644
--- a/chrome/browser/autofill/autofill_profile.h
+++ b/components/autofill/browser/autofill_profile.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_AUTOFILL_AUTOFILL_PROFILE_H_
-#define CHROME_BROWSER_AUTOFILL_AUTOFILL_PROFILE_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_PROFILE_H_
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_PROFILE_H_
#include <stddef.h>
@@ -13,12 +13,12 @@
#include <vector>
#include "base/string16.h"
-#include "chrome/browser/autofill/address.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/contact_info.h"
-#include "chrome/browser/autofill/field_types.h"
-#include "chrome/browser/autofill/form_group.h"
-#include "chrome/browser/autofill/phone_number.h"
+#include "components/autofill/browser/address.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/contact_info.h"
+#include "components/autofill/browser/field_types.h"
+#include "components/autofill/browser/form_group.h"
+#include "components/autofill/browser/phone_number.h"
struct FormFieldData;
@@ -208,4 +208,4 @@ class AutofillProfile : public FormGroup {
// So we can compare AutofillProfiles with EXPECT_EQ().
std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile);
-#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_PROFILE_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_PROFILE_H_
« no previous file with comments | « components/autofill/browser/autofill_popup_delegate.h ('k') | components/autofill/browser/autofill_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698