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

Unified Diff: content/common/cursors/webcursor_aurax11.cc

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 | « content/common/cursors/webcursor_aurawin.cc ('k') | content/common/cursors/webcursor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cursors/webcursor_aurax11.cc
diff --git a/content/common/cursors/webcursor_aurax11.cc b/content/common/cursors/webcursor_aurax11.cc
index dbd2b213448d3c292bdae5676677f56aad81bde4..a50a19953f27bc824148ade9f6c2c76c364c8c08 100644
--- a/content/common/cursors/webcursor_aurax11.cc
+++ b/content/common/cursors/webcursor_aurax11.cc
@@ -53,11 +53,11 @@ void WebCursor::InitPlatformData() {
device_scale_factor_ = 1.f;
}
-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;
}
« no previous file with comments | « content/common/cursors/webcursor_aurawin.cc ('k') | content/common/cursors/webcursor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698