| 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 20c9e3ea9a382950935b9dbfa68c90f767e3db60..f0fdfa9b28bd03eab619059e93794dbdeef00811 100644
|
| --- a/components/offline_pages/downloads/download_ui_adapter.h
|
| +++ b/components/offline_pages/downloads/download_ui_adapter.h
|
| @@ -76,7 +76,7 @@ class DownloadUIAdapter : public OfflinePageModel::Observer,
|
| // Commands from UI. Start async operations, result is observable
|
| // via Observer or directly by the user (as in 'open').
|
| void DeleteItem(const std::string& guid);
|
| - GURL GetOfflineUrlByGuid(const std::string& guid) const;
|
| + int64_t GetOfflineIdByGuid(const std::string& guid) const;
|
|
|
| // OfflinePageModel::Observer
|
| void OfflinePageModelLoaded(OfflinePageModel* model) override;
|
|
|