diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 1 | ||||
-rw-r--r-- | chrome_frame/sync_msg_reply_dispatcher.h | 1 | ||||
-rw-r--r-- | chrome_frame/test/automation_client_mock.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index 746f025..ae643c8 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -4,6 +4,7 @@ #include "chrome_frame/chrome_frame_automation.h" +#include "base/callback.h" #include "base/command_line.h" #include "base/compiler_specific.h" #include "base/file_util.h" diff --git a/chrome_frame/sync_msg_reply_dispatcher.h b/chrome_frame/sync_msg_reply_dispatcher.h index a009fb9..724c007 100644 --- a/chrome_frame/sync_msg_reply_dispatcher.h +++ b/chrome_frame/sync_msg_reply_dispatcher.h @@ -7,6 +7,7 @@ #include <deque> +#include "base/callback.h" #include "base/lock.h" #include "ipc/ipc_channel_proxy.h" diff --git a/chrome_frame/test/automation_client_mock.cc b/chrome_frame/test/automation_client_mock.cc index 83d2b6a..f699635 100644 --- a/chrome_frame/test/automation_client_mock.cc +++ b/chrome_frame/test/automation_client_mock.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. #include "chrome_frame/test/automation_client_mock.h" +#include "base/callback.h" #include "net/base/net_errors.h" #include "chrome_frame/test/chrome_frame_test_utils.h" |