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/browser/geolocation/mock_location_provider.h | |
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/browser/geolocation/mock_location_provider.h')
-rw-r--r-- | content/browser/geolocation/mock_location_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/mock_location_provider.h b/content/browser/geolocation/mock_location_provider.h index 70a49ca..1fea7b9 100644 --- a/content/browser/geolocation/mock_location_provider.h +++ b/content/browser/geolocation/mock_location_provider.h @@ -7,8 +7,8 @@ #pragma once +#include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "base/memory/scoped_ptr.h" #include "base/threading/thread.h" #include "content/browser/geolocation/location_provider.h" #include "content/public/common/geoposition.h" |