diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 23:52:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 23:52:55 +0000 |
commit | 57fe2460cc1baaaa66d691218de03b2cae77572b (patch) | |
tree | a5822e2507214a22eb512d27face0e6ccc02f503 /cc/scoped_thread_proxy.h | |
parent | 640cfd4bc4fe9c57ba353070fc6cfec9682ae349 (diff) | |
download | chromium_src-57fe2460cc1baaaa66d691218de03b2cae77572b.zip chromium_src-57fe2460cc1baaaa66d691218de03b2cae77572b.tar.gz chromium_src-57fe2460cc1baaaa66d691218de03b2cae77572b.tar.bz2 |
cc: Get rid of CC*.h temporary header files.
BUG=155413
TEST=cc_unittests
R=enne@chromium.org,jamesr@chromium.org
Review URL: https://codereview.chromium.org/11145033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/scoped_thread_proxy.h')
-rw-r--r-- | cc/scoped_thread_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/scoped_thread_proxy.h b/cc/scoped_thread_proxy.h index 802046d..608b910 100644 --- a/cc/scoped_thread_proxy.h +++ b/cc/scoped_thread_proxy.h @@ -5,7 +5,7 @@ #ifndef CCScopedThreadProxy_h #define CCScopedThreadProxy_h -#include "CCThreadTask.h" +#include "cc/thread_task.h" #include "base/threading/platform_thread.h" #include <wtf/OwnPtr.h> #include <wtf/PassOwnPtr.h> |