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

Unified Diff: content/renderer/renderer_clipboard_client.h

Issue 11232014: Move a bunch of code in content\renderer to the 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
« no previous file with comments | « content/renderer/renderer_accessibility_complete.h ('k') | content/renderer/renderer_clipboard_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_clipboard_client.h
===================================================================
--- content/renderer/renderer_clipboard_client.h (revision 163045)
+++ content/renderer/renderer_clipboard_client.h (working copy)
@@ -8,6 +8,8 @@
#include "base/compiler_specific.h"
#include "webkit/glue/clipboard_client.h"
+namespace content {
+
// An implementation of ClipboardClient that gets and sends data over IPC.
class RendererClipboardClient : public webkit_glue::ClipboardClient {
public:
@@ -39,4 +41,6 @@
virtual WriteContext* CreateWriteContext() OVERRIDE;
};
+} // namespace content
+
#endif // CONTENT_RENDERER_RENDERER_CLIPBOARD_CLIENT_H_
« no previous file with comments | « content/renderer/renderer_accessibility_complete.h ('k') | content/renderer/renderer_clipboard_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698