diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 06:53:35 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 06:53:35 +0000 |
commit | 3541d300fff63cbf460cc0fffb3cbf9815da026b (patch) | |
tree | 57534b3612af172c67215349d2d52b6b0e3f3c60 /content/gpu | |
parent | 0cfad2f3536d469b4d3cffa807e565d813157bf3 (diff) | |
download | chromium_src-3541d300fff63cbf460cc0fffb3cbf9815da026b.zip chromium_src-3541d300fff63cbf460cc0fffb3cbf9815da026b.tar.gz chromium_src-3541d300fff63cbf460cc0fffb3cbf9815da026b.tar.bz2 |
Cleanup: Remove unneeded scoped_ptr.h includes from content.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10389164
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu')
-rw-r--r-- | content/gpu/gpu_watchdog_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/gpu/gpu_watchdog_thread.h b/content/gpu/gpu_watchdog_thread.h index 66a7d67..16fc5be 100644 --- a/content/gpu/gpu_watchdog_thread.h +++ b/content/gpu/gpu_watchdog_thread.h @@ -6,7 +6,6 @@ #define CONTENT_GPU_GPU_WATCHDOG_THREAD_H_ #include "base/memory/ref_counted.h" -#include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/message_loop.h" #include "base/threading/thread.h" |