| Index: chrome/browser/chromeos/frame/bubble_window.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/frame/bubble_window.h (revision 110952)
|
| +++ chrome/browser/chromeos/frame/bubble_window.h (working copy)
|
| @@ -13,7 +13,7 @@
|
| // TODO(msw): While I dislike the includes and code to be mixed into the same
|
| // preprocessor conditional, this seems okay as I can hopefully fix this up
|
| // in a matter of days / crbug.com/98322.
|
| -#include "ui/views/widget/native_widget_gtk.h"
|
| +#include "views/widget/native_widget_gtk.h"
|
| #else // TOOLKIT_USES_GTK
|
| #include "views/view.h"
|
| #endif
|
|
|