Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1919)

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc

Issue 8566052: views: Delete bubble, events, focus, layout directories and its stubbed files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
index c22f9c50255aaacf92f745c2d195e45fadd821e7..9a96f1bfd22f9a49dc1ec45b1827131dce1744ec 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
@@ -20,8 +20,8 @@
#include "content/browser/tab_contents/tab_contents_delegate.h"
#include "content/public/browser/render_process_host.h"
#include "ui/gfx/screen.h"
-#include "views/focus/focus_manager.h"
-#include "views/focus/view_storage.h"
+#include "ui/views/focus/focus_manager.h"
+#include "ui/views/focus/view_storage.h"
#include "views/widget/native_widget.h"
#include "views/widget/widget.h"

Powered by Google App Engine
This is Rietveld 408576698