| Index: chrome/browser/ui/views/toolbar/reload_button.h
|
| diff --git a/chrome/browser/ui/views/toolbar/reload_button.h b/chrome/browser/ui/views/toolbar/reload_button.h
|
| index 5c745a7830dd15598a285643234208fa9855ba4b..bd9ab3e5b493b54bfa9e09ab55d5fe5f4ef74874 100644
|
| --- a/chrome/browser/ui/views/toolbar/reload_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/reload_button.h
|
| @@ -33,7 +33,7 @@ class ReloadButton : public ToolbarButton,
|
| // The button's class name.
|
| static const char kViewClassName[];
|
|
|
| - explicit ReloadButton(CommandUpdater* command_updater);
|
| + ReloadButton(Profile* profile, CommandUpdater* command_updater);
|
| ~ReloadButton() override;
|
|
|
| // Ask for a specified button state. If |force| is true this will be applied
|
|
|