diff options
Diffstat (limited to 'views/examples/examples_main.cc')
-rw-r--r-- | views/examples/examples_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/examples/examples_main.cc b/views/examples/examples_main.cc index a49015e..375390b 100644 --- a/views/examples/examples_main.cc +++ b/views/examples/examples_main.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. @@ -34,7 +34,7 @@ #include "views/examples/throbber_example.h" #include "views/examples/widget_example.h" #include "views/focus/accelerator_handler.h" -#include "views/grid_layout.h" +#include "views/layout/grid_layout.h" #include "views/window/window.h" namespace examples { |