| 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:
|
|
|