diff options
Diffstat (limited to 'chrome_frame/cfproxy_private.h')
-rw-r--r-- | chrome_frame/cfproxy_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/cfproxy_private.h b/chrome_frame/cfproxy_private.h index 165e231..796ed4a 100644 --- a/chrome_frame/cfproxy_private.h +++ b/chrome_frame/cfproxy_private.h @@ -168,7 +168,7 @@ class CFProxy : public Interface2IPCMessage, virtual void OnChannelError(); bool CalledOnIpcThread() const { - return PlatformThread::CurrentId() == ipc_thread_.thread_id(); + return base::PlatformThread::CurrentId() == ipc_thread_.thread_id(); } base::Thread ipc_thread_; |