Index: content/child/geofencing/geofencing_message_filter.cc |
diff --git a/content/child/geofencing/geofencing_message_filter.cc b/content/child/geofencing/geofencing_message_filter.cc |
index a866b378f395bf35992b4b2bd8b9903a63468f2e..b30645c8753e588266b562e4bf041c316185f5a9 100644 |
--- a/content/child/geofencing/geofencing_message_filter.cc |
+++ b/content/child/geofencing/geofencing_message_filter.cc |
@@ -30,7 +30,7 @@ void GeofencingMessageFilter::OnFilteredMessageReceived( |
bool GeofencingMessageFilter::GetWorkerThreadIdForMessage( |
const IPC::Message& msg, |
int* ipc_thread_id) { |
- return PickleIterator(msg).ReadInt(ipc_thread_id); |
+ return base::PickleIterator(msg).ReadInt(ipc_thread_id); |
} |
} // namespace content |