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

Unified Diff: ui/base/clipboard/scoped_clipboard_writer.h

Issue 1149113006: Move Pickle to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « ui/base/clipboard/custom_data_helper.h ('k') | ui/base/dragdrop/os_exchange_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/scoped_clipboard_writer.h
diff --git a/ui/base/clipboard/scoped_clipboard_writer.h b/ui/base/clipboard/scoped_clipboard_writer.h
index ba7f1a504e15491b9a4e0bcd1ddef71778a0d6fb..664dc2391de9b2289eeb97ed6368d9bbb1890008 100644
--- a/ui/base/clipboard/scoped_clipboard_writer.h
+++ b/ui/base/clipboard/scoped_clipboard_writer.h
@@ -18,7 +18,9 @@
#include "ui/base/clipboard/clipboard.h"
#include "ui/base/ui_base_export.h"
+namespace base {
class Pickle;
+}
namespace ui {
@@ -59,7 +61,7 @@ class UI_BASE_EXPORT ScopedClipboardWriter {
void WriteWebSmartPaste();
// Adds arbitrary pickled data to clipboard.
- void WritePickledData(const Pickle& pickle,
+ void WritePickledData(const base::Pickle& pickle,
const Clipboard::FormatType& format);
void WriteImage(const SkBitmap& bitmap);
« no previous file with comments | « ui/base/clipboard/custom_data_helper.h ('k') | ui/base/dragdrop/os_exchange_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698