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

Unified Diff: content/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
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_

Powered by Google App Engine
This is Rietveld 408576698