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

Unified Diff: ui/views/test/webview_test_helper.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « ui/views/test/views_test_base.h ('k') | ui/views/test/webview_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/webview_test_helper.h
diff --git a/ui/views/test/webview_test_helper.h b/ui/views/test/webview_test_helper.h
index 46cf4e678dc21d1de94d23200e345cceeaffad54..025ea0661fda5a57c8b7c2ba23074882cf3c43dc 100644
--- a/ui/views/test/webview_test_helper.h
+++ b/ui/views/test/webview_test_helper.h
@@ -7,7 +7,9 @@
#include "base/memory/scoped_ptr.h"
+namespace base {
class MessageLoopForUI;
+}
namespace content {
class TestContentClientInitializer;
@@ -18,7 +20,7 @@ namespace views {
class WebViewTestHelper {
public:
- explicit WebViewTestHelper(MessageLoopForUI* ui_loop);
+ explicit WebViewTestHelper(base::MessageLoopForUI* ui_loop);
virtual ~WebViewTestHelper();
private:
« no previous file with comments | « ui/views/test/views_test_base.h ('k') | ui/views/test/webview_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698