commit | 99084f64837cfdd932b541b05a6b4a4f95ff4e6f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 00:49:07 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 00:49:07 2013 |
tree | e93419b5f2e9720acfc87c4be9eeb9a238de259d | |
parent | ce2abe5385bcf31e6647429a422f0156de4ccc7a [diff] [blame] |
Use a direct include of time headers in base/, part 1. BUG=254986 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/18051003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209044 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/build_time.cc b/base/build_time.cc index bb2274b9..760269a 100644 --- a/base/build_time.cc +++ b/base/build_time.cc
@@ -5,7 +5,7 @@ #include "base/build_time.h" #include "base/logging.h" -#include "base/time.h" +#include "base/time/time.h" namespace base {