commit | 56d01f63dc6ddb958dd8ce1d0c711ed87c3f0180 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Mar 12 22:41:54 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Mar 12 22:41:54 2009 |
tree | aa11ad8a1871b967fe136aa5900d6de8023544ad | |
parent | 9f9f86ce20db46dfed79eff111eed7a2f3bff48d [diff] [blame] |
Remove unneeded uses of logging.h in header files. Review URL: http://codereview.chromium.org/43148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11590 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/timer.h b/base/timer.h index 08c851ffd..887c2c3f 100644 --- a/base/timer.h +++ b/base/timer.h
@@ -46,6 +46,7 @@ // because they're flaky on the buildbot, but when you run them locally you // should be able to tell the difference. +#include "base/logging.h" #include "base/task.h" #include "base/time.h"