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 {