| Index: chrome/browser/supervised_user/supervised_user_service.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
|
| index 7c625867d67568a8719941efa7076b361da31621..abaa4b456a51bdf893bb015732edd715959524be 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_service.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_service.h
|
| @@ -20,6 +20,7 @@
|
| #include "base/scoped_observer.h"
|
| #include "base/strings/string16.h"
|
| #include "build/build_config.h"
|
| +#include "chrome/browser/net/file_downloader.h"
|
| #include "chrome/browser/supervised_user/experimental/supervised_user_blacklist.h"
|
| #include "chrome/browser/supervised_user/supervised_user_url_filter.h"
|
| #include "chrome/browser/supervised_user/supervised_users.h"
|
| @@ -35,7 +36,6 @@
|
| #endif
|
|
|
| class Browser;
|
| -class FileDownloader;
|
| class GoogleServiceAuthError;
|
| class PermissionRequestCreator;
|
| class Profile;
|
| @@ -329,7 +329,8 @@ class SupervisedUserService : public KeyedService,
|
| // it to the URL filters.
|
| void LoadBlacklistFromFile(const base::FilePath& path);
|
|
|
| - void OnBlacklistDownloadDone(const base::FilePath& path, bool success);
|
| + void OnBlacklistDownloadDone(const base::FilePath& path,
|
| + FileDownloader::Result result);
|
|
|
| void OnBlacklistLoaded();
|
|
|
|
|