| Index: components/offline_pages/downloads/download_ui_adapter.h
|
| diff --git a/components/offline_pages/downloads/download_ui_adapter.h b/components/offline_pages/downloads/download_ui_adapter.h
|
| index f0fdfa9b28bd03eab619059e93794dbdeef00811..5818ff9feace08def918dc9d3a1b57fe0eac6b6b 100644
|
| --- a/components/offline_pages/downloads/download_ui_adapter.h
|
| +++ b/components/offline_pages/downloads/download_ui_adapter.h
|
| @@ -58,7 +58,7 @@ class DownloadUIAdapter : public OfflinePageModel::Observer,
|
|
|
| // Checks a client ID for proper namespace and ID format to be shown in the
|
| // Downloads Home UI.
|
| - static bool IsVisibleInUI(const ClientId& page);
|
| + bool IsVisibleInUI(const ClientId& page);
|
|
|
| // This adapter is potentially shared by UI elements, each of which adds
|
| // itself as an observer.
|
|
|