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

Unified Diff: components/autofill/core/browser/autofill_type.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/autofill_type.h
diff --git a/components/autofill/browser/autofill_type.h b/components/autofill/core/browser/autofill_type.h
similarity index 88%
rename from components/autofill/browser/autofill_type.h
rename to components/autofill/core/browser/autofill_type.h
index 34bbbedfd9e4227937ccba69e628708f8d11326c..cbd663d91843351cc52f14ae1089e498ea314877 100644
--- a/components/autofill/browser/autofill_type.h
+++ b/components/autofill/core/browser/autofill_type.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 COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_
-#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TYPE_H_
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TYPE_H_
#include <map>
#include <set>
#include <string>
#include "base/strings/string16.h"
-#include "components/autofill/browser/field_types.h"
+#include "components/autofill/core/browser/field_types.h"
namespace autofill {
@@ -61,4 +61,4 @@ typedef std::map<base::string16, AutofillFieldType> FieldTypeMap;
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TYPE_H_
« no previous file with comments | « components/autofill/core/browser/autofill_server_field_info.h ('k') | components/autofill/core/browser/autofill_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698