summaryrefslogtreecommitdiffstats
path: root/ui/views/examples/tabbed_pane_example.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-25 20:20:35 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-25 20:20:35 +0000
commit72bcfc775d748a460876d7ff04cfacad07b4496b (patch)
tree10d6469a991fa16d3e720ad3cf82b8d65e2dccd4 /ui/views/examples/tabbed_pane_example.h
parent6ea7e2a32b0831bd75ac01ae60731ade971bc6e3 (diff)
downloadchromium_src-72bcfc775d748a460876d7ff04cfacad07b4496b.zip
chromium_src-72bcfc775d748a460876d7ff04cfacad07b4496b.tar.gz
chromium_src-72bcfc775d748a460876d7ff04cfacad07b4496b.tar.bz2
views: Move tabbed_pane directory to ui/views/controls/.
BUG=104039 R=maruel@chromium.org TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8658009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/examples/tabbed_pane_example.h')
-rw-r--r--ui/views/examples/tabbed_pane_example.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/examples/tabbed_pane_example.h b/ui/views/examples/tabbed_pane_example.h
index 1564ac6..d5192f2 100644
--- a/ui/views/examples/tabbed_pane_example.h
+++ b/ui/views/examples/tabbed_pane_example.h
@@ -8,9 +8,9 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "ui/views/controls/tabbed_pane/tabbed_pane_listener.h"
#include "ui/views/examples/example_base.h"
#include "views/controls/button/text_button.h"
-#include "views/controls/tabbed_pane/tabbed_pane_listener.h"
namespace views {
class TabbedPane;