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

Unified Diff: chrome/browser/android/data_usage/tab_data_use_entry_unittest.cc

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, and no -Wextra for pnacl-clang in gn for now Created 5 years 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/android/data_usage/tab_data_use_entry_unittest.cc
diff --git a/chrome/browser/android/data_usage/tab_data_use_entry_unittest.cc b/chrome/browser/android/data_usage/tab_data_use_entry_unittest.cc
index e91529e365d878dcc33353d798dd73b92a6f7e45..2522ed3a929fa27a6da3685e955ce94569c6a568 100644
--- a/chrome/browser/android/data_usage/tab_data_use_entry_unittest.cc
+++ b/chrome/browser/android/data_usage/tab_data_use_entry_unittest.cc
@@ -73,7 +73,7 @@ class TabDataUseEntryTest : public testing::Test {
tab_entry_.reset(new TabDataUseEntry(tab_model_.get()));
}
- const size_t GetMaxSessionsPerTab() const {
+ size_t GetMaxSessionsPerTab() const {
return tab_model_->max_sessions_per_tab();
}

Powered by Google App Engine
This is Rietveld 408576698