| Index: content/common/cursors/webcursor_ozone.cc
|
| diff --git a/content/common/cursors/webcursor_ozone.cc b/content/common/cursors/webcursor_ozone.cc
|
| index d428aa37c67b580faa1294b10f863efca51fa867..0fb17cb38915d58a086cc81ad8230ca0d1a2c2e1 100644
|
| --- a/content/common/cursors/webcursor_ozone.cc
|
| +++ b/content/common/cursors/webcursor_ozone.cc
|
| @@ -57,11 +57,11 @@ void WebCursor::InitPlatformData() {
|
| rotation_ = gfx::Display::ROTATE_0;
|
| }
|
|
|
| -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;
|
| }
|
|
|
|
|