commit | 1b0df5015cee39bfe3a2f1948422449bba068e9b | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 27 23:39:58 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jun 27 23:39:58 2013 |
tree | 38c934828f7b8842892e0202b908c1857614a965 | |
parent | 1e84c63ff5b3431837857366e98d3280b6edea00 [diff] [blame] |
Use a direct include of time headers in cc/. BUG=254986 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/18120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209027 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/scheduler/rolling_time_delta_history.h b/cc/scheduler/rolling_time_delta_history.h index 947fb98..b79862d 100644 --- a/cc/scheduler/rolling_time_delta_history.h +++ b/cc/scheduler/rolling_time_delta_history.h
@@ -8,7 +8,7 @@ #include <deque> #include <set> -#include "base/time.h" +#include "base/time/time.h" #include "cc/base/cc_export.h" namespace cc {