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

Unified Diff: ui/base/clipboard/custom_data_helper.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/clipboard_test_template.h ('k') | ui/base/clipboard/scoped_clipboard_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/custom_data_helper.h
diff --git a/ui/base/clipboard/custom_data_helper.h b/ui/base/clipboard/custom_data_helper.h
index 8c927aaecc5f3b06d7376068d69c175b03e0989d..c1778c73bf622425a669c5102dc5d085472b1f6a 100644
--- a/ui/base/clipboard/custom_data_helper.h
+++ b/ui/base/clipboard/custom_data_helper.h
@@ -16,7 +16,9 @@
#include "base/strings/string16.h"
#include "ui/base/ui_base_export.h"
+namespace base {
class Pickle;
+}
#if defined(OS_MACOSX)
#ifdef __OBJC__
@@ -48,7 +50,7 @@ UI_BASE_EXPORT void ReadCustomDataIntoMap(
UI_BASE_EXPORT void WriteCustomDataToPickle(
const std::map<base::string16, base::string16>& data,
- Pickle* pickle);
+ base::Pickle* pickle);
} // namespace ui
« no previous file with comments | « ui/base/clipboard/clipboard_test_template.h ('k') | ui/base/clipboard/scoped_clipboard_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698