| 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_
|
|
|