| 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 daa95ed6e374241e3f16a6db608ed34dcd426ab4..c9d9682402ba12e5827e52afcfee11a3b5943c7a 100644
|
| --- a/chrome/browser/user_style_sheet_watcher.h
|
| +++ b/chrome/browser/user_style_sheet_watcher.h
|
| @@ -32,7 +32,8 @@ class UserStyleSheetWatcher
|
| GURL user_style_sheet() const;
|
|
|
| // Register a callback to be called whenever the stylesheet gets updated.
|
| - void RegisterOnStyleSheetUpdatedCallback(const base::Closure& callback);
|
| + base::Closure RegisterOnStyleSheetUpdatedCallback(
|
| + const base::Closure& callback);
|
|
|
| // content::NotificationObserver interface
|
| virtual void Observe(int type,
|
|
|