Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
index cde7169872eb0ecaee2ca230527ead2ff62b0be5..201da1a1ca0ac4a391742c64167211f79487779e 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
@@ -76,7 +76,6 @@ class NTPResourceCache : public content::NotificationObserver, |
scoped_refptr<base::RefCountedMemory> new_tab_html_; |
-#if !defined(OS_ANDROID) |
// Returns a message describing any newly-added sync types, or an empty |
// string if all types have already been acknowledged. |
base::string16 GetSyncTypeMessage(); |
@@ -97,7 +96,6 @@ class NTPResourceCache : public content::NotificationObserver, |
content::NotificationRegistrar registrar_; |
PrefChangeRegistrar profile_pref_change_registrar_; |
PrefChangeRegistrar local_state_pref_change_registrar_; |
-#endif |
// Set based on platform_util::IsSwipeTrackingFromScrollEventsEnabled. |
bool is_swipe_tracking_from_scroll_events_enabled_; |