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

Unified Diff: content/renderer/renderer_clipboard_client.h

Issue 17420005: Move the following clipboard files from webkit\glue to webkit\renderer. These files now live in the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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/clipboard_client.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 207553)
+++ content/renderer/renderer_clipboard_client.h (working copy)
@@ -6,12 +6,12 @@
#define CONTENT_RENDERER_RENDERER_CLIPBOARD_CLIENT_H_
#include "base/compiler_specific.h"
-#include "webkit/glue/clipboard_client.h"
+#include "content/renderer/clipboard_client.h"
namespace content {
// An implementation of ClipboardClient that gets and sends data over IPC.
-class RendererClipboardClient : public webkit_glue::ClipboardClient {
+class RendererClipboardClient : public ClipboardClient {
public:
RendererClipboardClient();
virtual ~RendererClipboardClient();
« no previous file with comments | « content/renderer/clipboard_client.h ('k') | content/renderer/renderer_clipboard_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698