Index: content/renderer/clipboard_client.h |
=================================================================== |
--- content/renderer/clipboard_client.h (revision 207064) |
+++ content/renderer/clipboard_client.h (working copy) |
@@ -9,7 +9,7 @@ |
class GURL; |
-namespace webkit_glue { |
+namespace content { |
// Interface for the webkit glue embedder to implement to support clipboard. |
jamesr
2013/06/19 19:49:20
can you update this comment? actually, do we even
ananta
2013/06/19 19:56:14
Done. SimpleClipboardClient implemented this inter
|
class ClipboardClient { |
@@ -79,6 +79,6 @@ |
virtual WriteContext* CreateWriteContext() = 0; |
}; |
-} // namespace webkit_glue |
+} // namespace content |
#endif // WEBKIT_GLUE_CLIPBOARD_CLIENT_H_ |