| Index: content/renderer/renderer_clipboard_client.h
|
| ===================================================================
|
| --- content/renderer/renderer_clipboard_client.h (revision 163007)
|
| +++ 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_
|
|
|