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

Unified Diff: components/autofill/core/common/autofill_switches.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_switches.h
diff --git a/components/autofill/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
similarity index 82%
rename from components/autofill/common/autofill_switches.h
rename to components/autofill/core/common/autofill_switches.h
index 5bf022f79317c82b03dfabf5fca19e5662119a50..84d76d59c594731eb7e06e40f3672640cfc81d62 100644
--- a/components/autofill/common/autofill_switches.h
+++ b/components/autofill/core/common/autofill_switches.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_SWITCHES_H_
-#define COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
+#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
namespace autofill {
namespace switches {
@@ -24,4 +24,4 @@ extern const char kWalletServiceUseProd[];
} // namespace switches
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_COMMON_AUTOFILL_SWITCHES_H_
+#endif // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_SWITCHES_H_
« no previous file with comments | « components/autofill/core/common/autofill_pref_names.cc ('k') | components/autofill/core/common/autofill_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698