Index: views/widget/root_view.cc |
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc |
index 1f419eb27d152035f15d6f370c43b027939ec0e4..ba60fbccae1fc24eaf8a60975460543af71272df 100644 |
--- a/views/widget/root_view.cc |
+++ b/views/widget/root_view.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -11,8 +11,8 @@ |
#include "gfx/canvas_skia.h" |
#include "ui/base/dragdrop/drag_drop_types.h" |
#include "ui/base/keycodes/keyboard_codes.h" |
-#include "views/fill_layout.h" |
#include "views/focus/view_storage.h" |
+#include "views/layout/fill_layout.h" |
#include "views/widget/widget.h" |
#include "views/window/window.h" |