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

Unified Diff: content/browser/renderer_host/text_input_client_mac_unittest.mm

Issue 11343017: Move remaining files in content\browser\renderer_host to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 2 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
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

Powered by Google App Engine
This is Rietveld 408576698