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

Side by Side Diff: chrome/browser/ui/views/button_dropdown_test.cc

Issue 15949029: Use a direct include of utf_string_conversions.h in chrome/browser/ui/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/message_loop.h" 5 #include "base/message_loop.h"
6 #include "base/utf_string_conversions.h" 6 #include "base/strings/utf_string_conversions.h"
7 #include "chrome/test/base/interactive_test_utils.h" 7 #include "chrome/test/base/interactive_test_utils.h"
8 #include "chrome/test/base/ui_test_utils.h" 8 #include "chrome/test/base/ui_test_utils.h"
9 #include "chrome/test/base/view_event_test_base.h" 9 #include "chrome/test/base/view_event_test_base.h"
10 #include "ui/base/models/simple_menu_model.h" 10 #include "ui/base/models/simple_menu_model.h"
11 #include "ui/base/test/ui_controls.h" 11 #include "ui/base/test/ui_controls.h"
12 #include "ui/views/controls/button/button_dropdown.h" 12 #include "ui/views/controls/button/button_dropdown.h"
13 13
14 class ButtonDropDownDragTest : public ViewEventTestBase, 14 class ButtonDropDownDragTest : public ViewEventTestBase,
15 ui::SimpleMenuModel::Delegate { 15 ui::SimpleMenuModel::Delegate {
16 public: 16 public:
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 bool menu_shown_; 127 bool menu_shown_;
128 bool menu_closed_; 128 bool menu_closed_;
129 }; 129 };
130 130
131 #if defined(OS_WIN) 131 #if defined(OS_WIN)
132 #define MAYBE_DragActivation DISABLED_DragActivation 132 #define MAYBE_DragActivation DISABLED_DragActivation
133 #else 133 #else
134 #define MAYBE_DragActivation DragActivation 134 #define MAYBE_DragActivation DragActivation
135 #endif 135 #endif
136 VIEW_TEST(ButtonDropDownDragTest, MAYBE_DragActivation) 136 VIEW_TEST(ButtonDropDownDragTest, MAYBE_DragActivation)
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/browser_action_view.cc ('k') | chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698