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

Unified Diff: components/autofill/core/browser/credit_card_field.h

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 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/core/browser/credit_card_field.h
diff --git a/components/autofill/browser/credit_card_field.h b/components/autofill/core/browser/credit_card_field.h
similarity index 88%
rename from components/autofill/browser/credit_card_field.h
rename to components/autofill/core/browser/credit_card_field.h
index ecf9eb223e8dd35c384727f95ddb7dd90c0cc93b..5960b43acc50083aa48967cfb58afc8b67e88e6d 100644
--- a/components/autofill/browser/credit_card_field.h
+++ b/components/autofill/core/browser/credit_card_field.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_
-#define COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_FIELD_H_
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_FIELD_H_
#include <vector>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
-#include "components/autofill/browser/autofill_type.h"
-#include "components/autofill/browser/form_field.h"
+#include "components/autofill/core/browser/autofill_type.h"
+#include "components/autofill/core/browser/form_field.h"
namespace autofill {
@@ -72,4 +72,4 @@ class CreditCardField : public FormField {
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_FIELD_H_
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_FIELD_H_
« no previous file with comments | « components/autofill/core/browser/credit_card.cc ('k') | components/autofill/core/browser/credit_card_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698