Index: content/common/cursors/webcursor_mac.mm |
diff --git a/content/common/cursors/webcursor_mac.mm b/content/common/cursors/webcursor_mac.mm |
index 3f406108ab3710170ca3eca7f2b66a43f02fedc5..0a067a46f6abf52a37faec3233af93a397df92fa 100644 |
--- a/content/common/cursors/webcursor_mac.mm |
+++ b/content/common/cursors/webcursor_mac.mm |
@@ -365,11 +365,11 @@ void WebCursor::InitPlatformData() { |
return; |
} |
-bool WebCursor::SerializePlatformData(Pickle* pickle) const { |
+bool WebCursor::SerializePlatformData(base::Pickle* pickle) const { |
return true; |
} |
-bool WebCursor::DeserializePlatformData(PickleIterator* iter) { |
+bool WebCursor::DeserializePlatformData(base::PickleIterator* iter) { |
return true; |
} |