summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:32:41 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:32:41 +0000
commit3164fa82977efd890aa4b5d7cd66e2dcb7f38bd0 (patch)
treeb0c83933d4147aec276d15b98f2e1d87b96bb2d4 /chrome/common/logging_chrome.h
parent03837d9c9f882aa93c3c42d2cf0c89e9b4138b9e (diff)
downloadchromium_src-3164fa82977efd890aa4b5d7cd66e2dcb7f38bd0.zip
chromium_src-3164fa82977efd890aa4b5d7cd66e2dcb7f38bd0.tar.gz
chromium_src-3164fa82977efd890aa4b5d7cd66e2dcb7f38bd0.tar.bz2
Use a direct include of time headers in chrome/common/, chrome/installer, chrome/renderer/, chrome/service/.
BUG=254986 TEST=none TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/18147002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209157 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/logging_chrome.h')
-rw-r--r--chrome/common/logging_chrome.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h
index bde1793..91cd276 100644
--- a/chrome/common/logging_chrome.h
+++ b/chrome/common/logging_chrome.h
@@ -9,7 +9,7 @@
#include <vector>
#include "base/logging.h"
-#include "base/time.h"
+#include "base/time/time.h"
class CommandLine;