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/common/autofill_pref_names.h

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict 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/common/autofill_pref_names.h
diff --git a/components/autofill/common/autofill_pref_names.h b/components/autofill/core/common/autofill_pref_names.h
similarity index 75%
rename from components/autofill/common/autofill_pref_names.h
rename to components/autofill/core/common/autofill_pref_names.h
index b2269fe6b7ea900aeff726dcec97124b5cee4def..e52cc7285f87e8053e9ca722f30ecfceb9ec174a 100644
--- a/components/autofill/common/autofill_pref_names.h
+++ b/components/autofill/core/common/autofill_pref_names.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_COMMON_AUTOFILL_PREF_NAMES_H_
-#define COMPONENTS_AUTOFILL_COMMON_AUTOFILL_PREF_NAMES_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_
+#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_
namespace autofill {
namespace prefs {
@@ -18,4 +18,4 @@ extern const char kAutofillPositiveUploadRate[];
} // namespace prefs
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_COMMON_AUTOFILL_PREF_NAMES_H_
+#endif // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PREF_NAMES_H_
« no previous file with comments | « components/autofill/core/common/autofill_messages.h ('k') | components/autofill/core/common/autofill_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698