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

Unified Diff: views/controls/message_box_view.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
« no previous file with comments | « views/bubble/bubble_frame_view.cc ('k') | views/desktop/desktop_window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/message_box_view.cc
diff --git a/views/controls/message_box_view.cc b/views/controls/message_box_view.cc
index 8216f2992cb0716a1bab404139a225164d283268..468ca5f5950f2efeee0bb645983844a36365f09e 100644
--- a/views/controls/message_box_view.cc
+++ b/views/controls/message_box_view.cc
@@ -11,6 +11,7 @@
#include "ui/base/clipboard/clipboard.h"
#include "ui/base/clipboard/scoped_clipboard_writer.h"
#include "ui/base/message_box_flags.h"
+#include "ui/views/window/client_view.h"
#include "views/controls/button/checkbox.h"
#include "views/controls/image_view.h"
#include "views/controls/label.h"
@@ -19,7 +20,6 @@
#include "views/layout/layout_constants.h"
#include "views/views_delegate.h"
#include "views/widget/widget.h"
-#include "views/window/client_view.h"
const int kDefaultMessageWidth = 320;
« no previous file with comments | « views/bubble/bubble_frame_view.cc ('k') | views/desktop/desktop_window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698