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

Unified Diff: chrome/browser/bookmarks/chrome_bookmark_client.h

Issue 2619603002: Remove android_java_ui as it is not used (Closed)
Patch Set: Created 3 years, 11 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: chrome/browser/bookmarks/chrome_bookmark_client.h
diff --git a/chrome/browser/bookmarks/chrome_bookmark_client.h b/chrome/browser/bookmarks/chrome_bookmark_client.h
index 6c57c86079923c96969214156e4a1fbdf8d5fcf4..37785f3602d194fa97147cd53e2432255db09ede 100644
--- a/chrome/browser/bookmarks/chrome_bookmark_client.h
+++ b/chrome/browser/bookmarks/chrome_bookmark_client.h
@@ -25,7 +25,7 @@ class BookmarkPermanentNode;
class ManagedBookmarkService;
}
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
namespace offline_pages {
class OfflinePageBookmarkObserver;
}
@@ -65,7 +65,7 @@ class ChromeBookmarkClient : public bookmarks::BookmarkClient {
// be null during testing.
bookmarks::ManagedBookmarkService* managed_bookmark_service_;
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
// Owns the observer used by Offline Page listening to Bookmark Model events.
std::unique_ptr<offline_pages::OfflinePageBookmarkObserver>
offline_page_observer_;

Powered by Google App Engine
This is Rietveld 408576698