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 |