diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:17:04 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:17:04 +0000 |
commit | 3dd9cac4686d0ce713741b35ef7b6e00e5235109 (patch) | |
tree | 94a9f0f548cc78fd9a3e95ab4ade9ba6652fed00 /chrome/test/logging | |
parent | bd64063d43d14239b327ab7e76e80d19dbf21149 (diff) | |
download | chromium_src-3dd9cac4686d0ce713741b35ef7b6e00e5235109.zip chromium_src-3dd9cac4686d0ce713741b35ef7b6e00e5235109.tar.gz chromium_src-3dd9cac4686d0ce713741b35ef7b6e00e5235109.tar.bz2 |
Use a direct include of time headers in chrome/test/, chrome/tools/.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/18148002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209147 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/logging')
-rw-r--r-- | chrome/test/logging/win/log_file_printer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/logging/win/log_file_printer.cc b/chrome/test/logging/win/log_file_printer.cc index f262f0c..40385b9 100644 --- a/chrome/test/logging/win/log_file_printer.cc +++ b/chrome/test/logging/win/log_file_printer.cc @@ -18,7 +18,7 @@ #include "base/logging.h" #include "base/strings/string_number_conversions.h" #include "base/strings/string_piece.h" -#include "base/time.h" +#include "base/time/time.h" #include "chrome/test/logging/win/log_file_reader.h" namespace { |