| Index: chrome/browser/android/popular_sites.h
|
| diff --git a/chrome/browser/android/popular_sites.h b/chrome/browser/android/popular_sites.h
|
| index 017b0c61bbdba9f205be843c312a2e740ef6e720..e8d904e540a814ab58a74790d19c7f4aa5ffc05f 100644
|
| --- a/chrome/browser/android/popular_sites.h
|
| +++ b/chrome/browser/android/popular_sites.h
|
| @@ -39,7 +39,8 @@ class PopularSites {
|
|
|
| using FinishedCallback = base::Callback<void(bool /* success */)>;
|
|
|
| - PopularSites(net::URLRequestContextGetter* request_context,
|
| + PopularSites(const std::string& filename,
|
| + net::URLRequestContextGetter* request_context,
|
| const FinishedCallback& callback);
|
| ~PopularSites();
|
|
|
|
|