| Index: content/browser/renderer_host/text_input_client_mac_unittest.mm
|
| ===================================================================
|
| --- content/browser/renderer_host/text_input_client_mac_unittest.mm (revision 164665)
|
| +++ content/browser/renderer_host/text_input_client_mac_unittest.mm (working copy)
|
| @@ -18,15 +18,11 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/gtest_mac.h"
|
|
|
| -using content::MockRenderProcessHost;
|
| -using content::MockRenderProcessHostFactory;
|
| -using content::RenderWidgetHostImpl;
|
| +namespace content {
|
|
|
| -namespace {
|
| -
|
| const int64 kTaskDelayMs = 200;
|
|
|
| -class MockRenderWidgetHostDelegate : public content::RenderWidgetHostDelegate {
|
| +class MockRenderWidgetHostDelegate : public RenderWidgetHostDelegate {
|
| public:
|
| MockRenderWidgetHostDelegate() {}
|
| virtual ~MockRenderWidgetHostDelegate() {}
|
| @@ -77,7 +73,7 @@
|
| friend class ScopedTestingThread;
|
|
|
| MessageLoop message_loop_;
|
| - content::TestBrowserContext browser_context_;
|
| + TestBrowserContext browser_context_;
|
|
|
| // Gets deleted when the last RWH in the "process" gets destroyed.
|
| MockRenderProcessHostFactory process_factory_;
|
| @@ -230,4 +226,4 @@
|
| TextInputClientMsg_StringForRange::ID));
|
| }
|
|
|
| -} // namespace
|
| +} // namespace content
|
|
|