Index: chrome_frame/cfproxy_private.h |
=================================================================== |
--- chrome_frame/cfproxy_private.h (revision 70328) |
+++ chrome_frame/cfproxy_private.h (working copy) |
@@ -168,7 +168,7 @@ |
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_; |