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

Unified Diff: chrome/browser/download/download_path_reservation_tracker_unittest.cc

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/download/download_path_reservation_tracker_unittest.cc
diff --git a/chrome/browser/download/download_path_reservation_tracker_unittest.cc b/chrome/browser/download/download_path_reservation_tracker_unittest.cc
index 596740768b1bcf7c6c6eba6f08ce9b3c6dcf5062..5ba83fc4136e21a71d46e77dd8664763f824104a 100644
--- a/chrome/browser/download/download_path_reservation_tracker_unittest.cc
+++ b/chrome/browser/download/download_path_reservation_tracker_unittest.cc
@@ -503,7 +503,7 @@ TEST_F(DownloadPathReservationTrackerTest, UnwriteableDirectory) {
&verified);
// Verification fails.
EXPECT_FALSE(verified);
-#if BUILDFLAG(ANDROID_JAVA_UI)
+#if defined(OS_ANDROID)
EXPECT_TRUE(reserved_path.empty());
#else
EXPECT_EQ(path.BaseName().value(), reserved_path.BaseName().value());

Powered by Google App Engine
This is Rietveld 408576698