From 7b38a2fd5a9bca974a355b409cf53c25881561b9 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 16 Mar 2009 20:02:42 +0000 Subject: Removed unneeded includes of base/time.h. Review URL: http://codereview.chromium.org/48019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11766 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/worker_thread_ticker.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/common') diff --git a/chrome/common/worker_thread_ticker.cc b/chrome/common/worker_thread_ticker.cc index 3cc877b..4351cae 100644 --- a/chrome/common/worker_thread_ticker.cc +++ b/chrome/common/worker_thread_ticker.cc @@ -8,7 +8,6 @@ #include "base/logging.h" #include "base/task.h" -#include "base/time.h" #include "base/thread.h" class WorkerThreadTicker::TimerTask : public Task { -- cgit v1.1