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) { |