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

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

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.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h (revision 147462)
+++ content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h (working copy)
@@ -12,6 +12,8 @@
#include "base/gtest_prod_util.h"
#include "content/browser/renderer_host/render_widget_host_view_mac.h"
+namespace content {
+
// This class mimics the behavior of WebKit's WebView class in a way that makes
// sense for Chrome.
//
@@ -66,4 +68,6 @@
DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewMacEditCommandHelper);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MAC_EDITCOMMAND_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698