| Index: components/policy/core/browser/url_blacklist_manager.h
|
| diff --git a/components/policy/core/browser/url_blacklist_manager.h b/components/policy/core/browser/url_blacklist_manager.h
|
| index ea8f41d473d40de5ac1f54934e7677cd619a76ee..e875461aeb13d8b607ecc24c682fa692c77a522e 100644
|
| --- a/components/policy/core/browser/url_blacklist_manager.h
|
| +++ b/components/policy/core/browser/url_blacklist_manager.h
|
| @@ -133,8 +133,7 @@ class POLICY_EXPORT URLBlacklistManager {
|
| public:
|
| // Returns true if the blacklist should be overridden for |url| and sets
|
| // |block| to true if it should be blocked and false otherwise.
|
| - typedef bool (*OverrideBlacklistCallback)(const GURL& url,
|
| - bool* block);
|
| + typedef base::Callback<bool(const GURL&, bool*)> OverrideBlacklistCallback;
|
|
|
| // Must be constructed on the UI thread.
|
| // |background_task_runner| is used to build the blacklist in a background
|
|
|