diff options
Diffstat (limited to 'chrome/browser/views/first_run_bubble.h')
-rw-r--r-- | chrome/browser/views/first_run_bubble.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/views/first_run_bubble.h b/chrome/browser/views/first_run_bubble.h index 90cbf51..6dd1afc 100644 --- a/chrome/browser/views/first_run_bubble.h +++ b/chrome/browser/views/first_run_bubble.h @@ -8,10 +8,12 @@ #include "base/task.h" #include "chrome/browser/views/info_bubble.h" +class Profile; + class FirstRunBubble : public InfoBubble, public InfoBubbleDelegate { public: - static FirstRunBubble* Show(HWND parent_hwnd, + static FirstRunBubble* Show(Profile* profile, HWND parent_hwnd, const gfx::Rect& position_relative_to); FirstRunBubble() |