| Index: chrome/browser/user_style_sheet_watcher.h
|
| diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h
|
| index 5929c37baccde2b64cde03b1984ca4b3772de87d..b2d4dfb9557e2f20f6506fb8dd0816eb2d5a67c5 100644
|
| --- a/chrome/browser/user_style_sheet_watcher.h
|
| +++ b/chrome/browser/user_style_sheet_watcher.h
|
| @@ -32,7 +32,7 @@ class UserStyleSheetWatcher
|
| GURL user_style_sheet() const;
|
|
|
| // Register a callback to be called whenever the stylesheet gets updated.
|
| - scoped_ptr<base::CallbackRegistry<void>::Subscription>
|
| + scoped_ptr<base::CallbackRegistry<void(void)>::Subscription>
|
| RegisterOnStyleSheetUpdatedCallback(const base::Closure& callback);
|
|
|
| // content::NotificationObserver interface
|
|
|