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

Unified Diff: chrome/browser/banners/app_banner_manager_browsertest.cc

Issue 2714053003: Fix GCC build for target 'all' (Closed)
Patch Set: #if defined(__GNUC__) Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/banners/app_banner_manager_browsertest.cc
diff --git a/chrome/browser/banners/app_banner_manager_browsertest.cc b/chrome/browser/banners/app_banner_manager_browsertest.cc
index dda2b5dec5942553e94de1b08dfb733a552d7c5a..d61d0b17f814e60ec669c665e6c5a5abca01583a 100644
--- a/chrome/browser/banners/app_banner_manager_browsertest.cc
+++ b/chrome/browser/banners/app_banner_manager_browsertest.cc
@@ -136,7 +136,7 @@ class AppBannerManagerBrowserTest : public InProcessBrowserTest {
if (iterations > 0) {
ui_test_utils::NavigateToURL(browser, test_url);
- EXPECT_EQ(false, manager->will_show());
+ EXPECT_FALSE(manager->will_show());
EXPECT_FALSE(manager->is_active());
histograms.ExpectTotalCount(banners::kMinutesHistogram, 0);
« no previous file with comments | « no previous file | chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698