diff options
Diffstat (limited to 'chrome/browser/chromeos/frame/bubble_window.h')
-rw-r--r-- | chrome/browser/chromeos/frame/bubble_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/frame/bubble_window.h b/chrome/browser/chromeos/frame/bubble_window.h index 5d3ca04a..33de290 100644 --- a/chrome/browser/chromeos/frame/bubble_window.h +++ b/chrome/browser/chromeos/frame/bubble_window.h @@ -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 "views/widget/native_widget_gtk.h" +#include "ui/views/widget/native_widget_gtk.h" #else // TOOLKIT_USES_GTK #include "views/view.h" #endif |