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

Unified Diff: chrome/test/base/view_event_test_base.h

Issue 785233008: MacViews: Use views::TestViewsDelegate in ViewEventTestBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: needs set_use_desktop_native_widgets Created 6 years 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 | « no previous file | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/view_event_test_base.h
diff --git a/chrome/test/base/view_event_test_base.h b/chrome/test/base/view_event_test_base.h
index 4a43a6114980d7bb59994aff693a5ced5b012036..3bed92f3103e8b4ed684e28de4fb0baceee91bc8 100644
--- a/chrome/test/base/view_event_test_base.h
+++ b/chrome/test/base/view_event_test_base.h
@@ -15,9 +15,9 @@
#include "base/compiler_specific.h"
#include "base/message_loop/message_loop.h"
#include "base/threading/thread.h"
-#include "chrome/browser/ui/views/chrome_views_delegate.h"
#include "content/public/test/test_browser_thread_bundle.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "ui/views/test/test_views_delegate.h"
#include "ui/views/widget/widget_delegate.h"
#if defined(OS_WIN)
@@ -148,7 +148,7 @@ class ViewEventTestBase : public views::WidgetDelegate,
scoped_ptr<ViewEventTestPlatformPart> platform_part_;
- ChromeViewsDelegate views_delegate_;
+ views::TestViewsDelegate views_delegate_;
DISALLOW_COPY_AND_ASSIGN(ViewEventTestBase);
};
« no previous file with comments | « no previous file | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698