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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_switches_ios.h

Issue 1496953003: [Enhanced Bookmarks] Make enhanced bookmarks default for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase & ios update Created 4 years, 12 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/enhanced_bookmarks/enhanced_bookmark_switches_ios.h
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_switches.h b/components/enhanced_bookmarks/enhanced_bookmark_switches_ios.h
similarity index 94%
rename from components/enhanced_bookmarks/enhanced_bookmark_switches.h
rename to components/enhanced_bookmarks/enhanced_bookmark_switches_ios.h
index 9b93a4fabe251153aaf1b120347e7ea67eede6c5..5aa2ceb4a91e10b330ff1796557effc0b800e1f8 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_switches.h
+++ b/components/enhanced_bookmarks/enhanced_bookmark_switches_ios.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_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_SWITCHES_H_
-#define COMPONENTS_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_SWITCHES_H_
+#ifndef COMPONENTS_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_SWITCHES_IOS_H_
+#define COMPONENTS_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_SWITCHES_IOS_H_
namespace switches {
@@ -11,4 +11,4 @@ extern const char kEnhancedBookmarksExperiment[];
} // namespace switches
-#endif // COMPONENTS_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_SWITCHES_H_
+#endif // COMPONENTS_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_SWITCHES_IOS_H_

Powered by Google App Engine
This is Rietveld 408576698