| Index: content/common/cursors/webcursor_aurawin.cc
|
| diff --git a/content/common/cursors/webcursor_aurawin.cc b/content/common/cursors/webcursor_aurawin.cc
|
| index 15ae5b46c3f5eefff5d114b3d636307fe62e8a48..23aec8f19a07d5d518fdcce559092b7e784cfd49 100644
|
| --- a/content/common/cursors/webcursor_aurawin.cc
|
| +++ b/content/common/cursors/webcursor_aurawin.cc
|
| @@ -35,11 +35,11 @@ void WebCursor::InitPlatformData() {
|
| custom_cursor_ = NULL;
|
| }
|
|
|
| -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;
|
| }
|
|
|
|
|