Chromium Code Reviews| Index: chrome/browser/chromeos/frame/bubble_window_views.cc |
| diff --git a/chrome/browser/chromeos/frame/bubble_window_views.cc b/chrome/browser/chromeos/frame/bubble_window_views.cc |
| index f7883b82e9433f270eb908f99eca173c416fe9f6..df769b3ccb84a84e5d7728734c5c04fa6b499ee1 100644 |
| --- a/chrome/browser/chromeos/frame/bubble_window_views.cc |
| +++ b/chrome/browser/chromeos/frame/bubble_window_views.cc |
| @@ -7,7 +7,6 @@ |
| #if defined(TOOLKIT_USES_GTK) |
| #include <gtk/gtk.h> |
| #endif |
| - |
|
flackr
2011/11/10 21:06:46
nit: Keep empty line here.
bshe
2011/11/14 18:58:04
Done.
|
| #include "chrome/browser/chromeos/frame/bubble_frame_view.h" |
| #include "ui/gfx/skia_utils_gtk.h" |
| #include "views/widget/widget_delegate.h" |
| @@ -16,7 +15,7 @@ |
| namespace chromeos { |
| -BubbleWindowViews::BubbleWindowViews(BubbleWindowStyle style) |
| +BubbleWindowViews::BubbleWindowViews(DialogStyle style) |
| : style_(style) { |
| } |