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

Unified Diff: views/controls/combobox/native_combobox_views_unittest.cc

Issue 7761011: views: Fix a couple of trivial TODOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/combobox/native_combobox_gtk.cc ('k') | views/controls/combobox/native_combobox_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/combobox/native_combobox_views_unittest.cc
diff --git a/views/controls/combobox/native_combobox_views_unittest.cc b/views/controls/combobox/native_combobox_views_unittest.cc
index 979e0dd45159fe8cd4b47c7ca609f8d4de9629d4..61689d9e1a5c3c0654cf2c2a8f243b5b052e6fb7 100644
--- a/views/controls/combobox/native_combobox_views_unittest.cc
+++ b/views/controls/combobox/native_combobox_views_unittest.cc
@@ -18,7 +18,7 @@ namespace {
// OnKeyReleased() methods.
class TestCombobox : public views::Combobox {
public:
- TestCombobox(ComboboxModel* model)
+ TestCombobox(ui::ComboboxModel* model)
: Combobox(model),
key_handled_(false),
key_received_(false) {
@@ -142,7 +142,7 @@ class NativeComboboxViewsTest : public ViewsTestBase {
NativeComboboxViews* combobox_view_;
// Combobox does not take ownership of model_, which needs to be scoped.
- scoped_ptr<ComboboxModel> model_;
+ scoped_ptr<ui::ComboboxModel> model_;
// For testing input method related behaviors.
MockInputMethod* input_method_;
« no previous file with comments | « views/controls/combobox/native_combobox_gtk.cc ('k') | views/controls/combobox/native_combobox_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698