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 796ed4a..307dcae 100644 --- a/chrome_frame/cfproxy_private.h +++ b/chrome_frame/cfproxy_private.h @@ -11,7 +11,7 @@ #include <string> #include <vector> #include "chrome_frame/cfproxy.h" -#include "base/thread.h" +#include "base/threading/thread.h" // Since we can't forward declare IPC::Message::Sender or IPC::Channel::Listener #include "ipc/ipc_message.h" #include "ipc/ipc_channel.h" |