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

Unified Diff: components/autofill/shared/autofill_switches.h

Issue 17084005: In components/autofill, move common/ to shared/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« no previous file with comments | « components/autofill/shared/autofill_pref_names.cc ('k') | components/autofill/shared/autofill_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/shared/autofill_switches.h
diff --git a/components/autofill/common/autofill_switches.h b/components/autofill/shared/autofill_switches.h
similarity index 83%
rename from components/autofill/common/autofill_switches.h
rename to components/autofill/shared/autofill_switches.h
index 5bf022f79317c82b03dfabf5fca19e5662119a50..a13a39eb8202f9b2db89a19bead817f0503ae7de 100644
--- a/components/autofill/common/autofill_switches.h
+++ b/components/autofill/shared/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_SHARED_AUTOFILL_SWITCHES_H_
+#define COMPONENTS_AUTOFILL_SHARED_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_SHARED_AUTOFILL_SWITCHES_H_
« no previous file with comments | « components/autofill/shared/autofill_pref_names.cc ('k') | components/autofill/shared/autofill_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698