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

Unified Diff: components/history/core/browser/android/android_history_types.h

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: components/history/core/browser/android/android_history_types.h
diff --git a/components/history/core/browser/android/android_history_types.h b/components/history/core/browser/android/android_history_types.h
index 41fad30356a76e6e9783fd648164abd70e5e86cf..50cc545086f53fef90e63d92968e6f79ca875e16 100644
--- a/components/history/core/browser/android/android_history_types.h
+++ b/components/history/core/browser/android/android_history_types.h
@@ -127,7 +127,7 @@ class HistoryAndBookmarkRow {
set_value_explicitly(PARENT_ID);
parent_id_ = parent_id;
}
- const int64_t parent_id() const { return parent_id_; }
+ int64_t parent_id() const { return parent_id_; }
// The internal URLID
void set_url_id(URLID url_id) {

Powered by Google App Engine
This is Rietveld 408576698