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

Unified Diff: content/browser/renderer_host/text_input_client_mac.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.mm
===================================================================
--- content/browser/renderer_host/text_input_client_mac.mm (revision 164665)
+++ content/browser/renderer_host/text_input_client_mac.mm (working copy)
@@ -11,8 +11,7 @@
#include "content/browser/renderer_host/render_widget_host_impl.h"
#include "content/common/text_input_client_messages.h"
-using content::RenderWidgetHost;
-using content::RenderWidgetHostImpl;
+namespace content {
// The amount of time in milliseconds that the browser process will wait for a
// response from the renderer.
@@ -137,3 +136,5 @@
void TextInputClientMac::AfterRequest() {
lock_.Release();
}
+
+} // namespace content
« no previous file with comments | « content/browser/renderer_host/text_input_client_mac.h ('k') | content/browser/renderer_host/text_input_client_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698