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

Unified Diff: components/autofill/core/browser/credit_card.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.h
diff --git a/components/autofill/browser/credit_card.h b/components/autofill/core/browser/credit_card.h
similarity index 95%
rename from components/autofill/browser/credit_card.h
rename to components/autofill/core/browser/credit_card.h
index 412f317219f0ba1ebda1a8de86a97f451c49b3c8..f9053ffc6a466689cbe0ae900807455746d62f2f 100644
--- a/components/autofill/browser/credit_card.h
+++ b/components/autofill/core/browser/credit_card.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 COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_
-#define COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_H_
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_H_
#include <iosfwd>
#include <string>
@@ -11,8 +11,8 @@
#include "base/compiler_specific.h"
#include "base/strings/string16.h"
-#include "components/autofill/browser/autofill_data_model.h"
-#include "components/autofill/browser/field_types.h"
+#include "components/autofill/core/browser/autofill_data_model.h"
+#include "components/autofill/core/browser/field_types.h"
namespace autofill {
@@ -160,4 +160,4 @@ extern const char* const kVisaCard;
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_BROWSER_CREDIT_CARD_H_
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_CREDIT_CARD_H_
« no previous file with comments | « components/autofill/core/browser/contact_info_unittest.cc ('k') | components/autofill/core/browser/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698