| Index: webkit/glue/scoped_clipboard_writer_glue.h
|
| ===================================================================
|
| --- webkit/glue/scoped_clipboard_writer_glue.h (revision 9653)
|
| +++ webkit/glue/scoped_clipboard_writer_glue.h (working copy)
|
| @@ -5,9 +5,14 @@
|
| #ifndef SCOPED_CLIPBOARD_WRITER_GLUE_H_
|
| #define SCOPED_CLIPBOARD_WRITER_GLUE_H_
|
|
|
| -#include "base/clipboard.h"
|
| #include "base/scoped_clipboard_writer.h"
|
|
|
| +class SkBitmap;
|
| +
|
| +namespace base {
|
| +class SharedMemory;
|
| +}
|
| +
|
| class ScopedClipboardWriterGlue : public ScopedClipboardWriter {
|
| public:
|
| ScopedClipboardWriterGlue(Clipboard* clipboard)
|
|
|