commit | 2b59d685f4425f430f3a5692125be4585a296f7d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 15:22:03 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 28 15:22:03 2013 |
tree | 6aee7aabd18ccede7cdd8384926028cb9668e95b | |
parent | 5d7eb86c365a47a9c3527784cb3831530fd9f191 [diff] [blame] |
Use a direct include of time headers in rlz/, skia/, sql/, sync/. BUG=254986 TEST=none [email protected] Review URL: https://codereview.chromium.org/18031009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209152 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/sql/connection.h b/sql/connection.h index 6b03849..a2e8f67f 100644 --- a/sql/connection.h +++ b/sql/connection.h
@@ -16,7 +16,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/thread_restrictions.h" -#include "base/time.h" +#include "base/time/time.h" #include "sql/sql_export.h" struct sqlite3;