Index: chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc |
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc b/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc |
index 097d4fd5e040b23777a6eab20dd50816bfd902d3..037eccf1f45e687cae4cd8f68372030f4076f58d 100644 |
--- a/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc |
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc |
@@ -14,7 +14,7 @@ |
#include "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h" |
#include "chrome/common/notification_details.h" |
#include "chrome/common/notification_source.h" |
-#include "views/fill_layout.h" |
+#include "views/layout/fill_layout.h" |
// Some of this class is implemented in tab_contents_container.cc, where |
// the implementation doesn't vary between a pure views approach and a |