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

Unified Diff: chrome/browser/ui/views/tabs/tab.cc

Issue 8497067: views: Remove the old views/window/ directory and its stubbed files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/tabs/tab.cc
diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
index 82a94065db0bb8e1b9313fe94d42c8d71abb10b8..56c89a0b3d315bcb7e9b5429835994982ec0fdb4 100644
--- a/chrome/browser/ui/views/tabs/tab.cc
+++ b/chrome/browser/ui/views/tabs/tab.cc
@@ -24,10 +24,10 @@
#include "ui/gfx/font.h"
#include "ui/gfx/path.h"
#include "ui/gfx/skbitmap_operations.h"
+#include "ui/views/window/non_client_view.h"
#include "views/controls/button/image_button.h"
#include "views/widget/tooltip_manager.h"
#include "views/widget/widget.h"
-#include "views/window/non_client_view.h"
static const int kLeftPadding = 16;
static const int kTopPadding = 6;
« no previous file with comments | « chrome/browser/ui/views/ssl_client_certificate_selector.h ('k') | chrome/browser/ui/views/tabs/tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698