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

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

Issue 10804031: Move more files into the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/render_widget_host_view_mac_editcommand_helper.mm
===================================================================
--- content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.mm (revision 147462)
+++ content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.mm (working copy)
@@ -9,9 +9,9 @@
#include "content/browser/renderer_host/render_widget_host_impl.h"
#import "content/browser/renderer_host/render_widget_host_view_mac.h"
-using content::RenderWidgetHostImpl;
+namespace content {
+namespace {
-namespace {
// The names of all the objc selectors w/o ':'s added to an object by
// AddEditingSelectorsToClass().
//
@@ -236,3 +236,5 @@
return ret;
}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698