diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 06:13:52 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 06:13:52 +0000 |
commit | 681ccff34ef98c5a12d261643179a9044f4397d1 (patch) | |
tree | ae0ff3d0b1e2cb84224f76db5300bc7723c1f34c /cc/test/scheduler_test_common.h | |
parent | 8b9d37b0f4faaa93d88ba30acf0462b9849711bd (diff) | |
download | chromium_src-681ccff34ef98c5a12d261643179a9044f4397d1.zip chromium_src-681ccff34ef98c5a12d261643179a9044f4397d1.tar.gz chromium_src-681ccff34ef98c5a12d261643179a9044f4397d1.tar.bz2 |
Part 1 of cc/ directory shuffles: base
This establishes cc/base/ as discussed in https://groups.google.com/a/chromium.org/d/msg/graphics-dev/wNRsl3BwU_Y/jFXeRQq7e30J.
This patch will likely touch the most locations since it moves cc/switches.h
BUG=190824
TBR=piman@chromium.org, thakis@chromium.org
Review URL: https://codereview.chromium.org/12472028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/scheduler_test_common.h')
-rw-r--r-- | cc/test/scheduler_test_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h index b85440e..e5faaa5 100644 --- a/cc/test/scheduler_test_common.h +++ b/cc/test/scheduler_test_common.h @@ -6,9 +6,9 @@ #define CC_TEST_SCHEDULER_TEST_COMMON_H_ #include "base/memory/scoped_ptr.h" +#include "cc/base/thread.h" #include "cc/delay_based_time_source.h" #include "cc/frame_rate_controller.h" -#include "cc/thread.h" #include "testing/gtest/include/gtest/gtest.h" namespace cc { |