diff options
Diffstat (limited to 'chrome/common/ipc_sync_channel.cc')
-rw-r--r-- | chrome/common/ipc_sync_channel.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/ipc_sync_channel.cc b/chrome/common/ipc_sync_channel.cc index 1f60def..0861790 100644 --- a/chrome/common/ipc_sync_channel.cc +++ b/chrome/common/ipc_sync_channel.cc @@ -13,6 +13,8 @@ #include "chrome/common/ipc_logging.h" #include "chrome/common/ipc_sync_message.h" +using base::TimeDelta; +using base::TimeTicks; namespace IPC { // When we're blocked in a Send(), we need to process incoming synchronous |