Index: chrome/browser/chromeos/frame/bubble_window.h |
diff --git a/chrome/browser/chromeos/frame/bubble_window.h b/chrome/browser/chromeos/frame/bubble_window.h |
index 5d3ca04afa0bf772b08190cdec098510680af056..33de290e81060c7ebc4c1fda1eac45fb3dd7d035 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 |