| Index: chrome/browser/android/offline_pages/offline_page_utils.h
|
| diff --git a/chrome/browser/android/offline_pages/offline_page_utils.h b/chrome/browser/android/offline_pages/offline_page_utils.h
|
| index f06d9643dc7e87c65cc4669e28463f1e91e74faa..77d4d08e5603475c205d6831265b139f7a1bbe78 100644
|
| --- a/chrome/browser/android/offline_pages/offline_page_utils.h
|
| +++ b/chrome/browser/android/offline_pages/offline_page_utils.h
|
| @@ -46,7 +46,7 @@ class OfflinePageUtils {
|
| const GURL& online_url);
|
|
|
| // Checks whether any offline page is saved.
|
| - static const bool HasOfflinePages(content::BrowserContext* browser_context);
|
| + static bool HasOfflinePages(content::BrowserContext* browser_context);
|
| };
|
|
|
| } // namespace offline_pages
|
|
|