diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 07:12:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 07:12:06 +0000 |
commit | 5f5f84c60b6883dc5b3c7eaeba6c66c0ac63daca (patch) | |
tree | d9a816d80aad54c6ed8e317ec64b890c5506e3f7 /ash/magnifier | |
parent | abdeb5d2c34143de67dda6783b4552bfecbcda1e (diff) | |
download | chromium_src-5f5f84c60b6883dc5b3c7eaeba6c66c0ac63daca.zip chromium_src-5f5f84c60b6883dc5b3c7eaeba6c66c0ac63daca.tar.gz chromium_src-5f5f84c60b6883dc5b3c7eaeba6c66c0ac63daca.tar.bz2 |
Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.
BUG=none
TEST=none
TBR=ben,brettw,hclam
Review URL: https://chromiumcodereview.appspot.com/10391121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/magnifier')
-rw-r--r-- | ash/magnifier/magnification_controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/magnifier/magnification_controller.h b/ash/magnifier/magnification_controller.h index fe50168..f0927b6 100644 --- a/ash/magnifier/magnification_controller.h +++ b/ash/magnifier/magnification_controller.h @@ -8,7 +8,6 @@ #include "base/compiler_specific.h" #include "base/logging.h" -#include "base/memory/scoped_ptr.h" #include "ui/gfx/point.h" #include "ui/gfx/rect.h" |