diff options
Diffstat (limited to 'chrome/browser/views/first_run_bubble.h')
-rw-r--r-- | chrome/browser/views/first_run_bubble.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/views/first_run_bubble.h b/chrome/browser/views/first_run_bubble.h index 81f870d..cccce32 100644 --- a/chrome/browser/views/first_run_bubble.h +++ b/chrome/browser/views/first_run_bubble.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,6 +7,7 @@ #include "base/compiler_specific.h" #include "base/task.h" +#include "chrome/browser/first_run.h" #include "chrome/browser/views/info_bubble.h" class FirstRunBubbleViewBase; @@ -17,7 +18,7 @@ class FirstRunBubble : public InfoBubble, public: static FirstRunBubble* Show(Profile* profile, views::Window* window, const gfx::Rect& position_relative_to, - bool use_OEM_bubble); + FirstRun::BubbleType bubble_type); private: FirstRunBubble(); |