Chromium Code Reviews| Index: components/enhanced_bookmarks/enhanced_bookmark_features.h |
| diff --git a/components/enhanced_bookmarks/enhanced_bookmark_features.h b/components/enhanced_bookmarks/enhanced_bookmark_features.h |
| index 22165734db5950585a20bd1375b04ecfdd3c6c0e..4131113e917c5f64493c6ae4d0bfa3883238d77f 100644 |
| --- a/components/enhanced_bookmarks/enhanced_bookmark_features.h |
| +++ b/components/enhanced_bookmarks/enhanced_bookmark_features.h |
| @@ -7,8 +7,6 @@ |
| #include "build/build_config.h" |
| -#if defined(OS_IOS) || defined(OS_ANDROID) |
|
Ian Wen
2015/12/04 04:28:58
Shouldn't we retain defined(OS_IOS)?
Kibeom Kim (inactive)
2015/12/04 21:07:52
If an entire file for a single platform, I think a
|
| - |
| namespace enhanced_bookmarks { |
| // Returns true if enhanced bookmarks is enabled. |
| @@ -16,6 +14,4 @@ bool IsEnhancedBookmarksEnabled(); |
| } // namespace enhanced_bookmarks |
| -#endif |
| - |
| #endif // COMPONENTS_ENHANCED_BOOKMARKS_ENHANCED_BOOKMARK_FEATURES_H_ |