From e1acf6f902e50222baf99bfb492ecc38a1604975 Mon Sep 17 00:00:00 2001 From: "dsh@google.com" Date: Mon, 27 Oct 2008 20:43:33 +0000 Subject: Move Time, TimeDelta and TimeTicks into namespace base. Review URL: http://codereview.chromium.org/7995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4022 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/ipc_logging.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/common/ipc_logging.cc') diff --git a/chrome/common/ipc_logging.cc b/chrome/common/ipc_logging.cc index 8199f84..db8bf84 100644 --- a/chrome/common/ipc_logging.cc +++ b/chrome/common/ipc_logging.cc @@ -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 @@ void GenerateLogData(const std::wstring& channel, const Message& message, } #endif // IPC_MESSAGE_LOG_ENABLED - -- cgit v1.1