Index: chrome/common/ipc_logging.cc |
=================================================================== |
--- chrome/common/ipc_logging.cc (revision 3954) |
+++ chrome/common/ipc_logging.cc (working copy) |
@@ -18,6 +18,8 @@ |
#ifdef IPC_MESSAGE_LOG_ENABLED |
+using base::Time; |
+ |
// IPC::Logging is allocated as a singleton, so we don't need any kind of |
// special retention program. |
template <> |
@@ -267,4 +269,3 @@ |
} |
#endif // IPC_MESSAGE_LOG_ENABLED |
- |