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/renderer/websharedworker_proxy.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/renderer/websharedworker_proxy.h')
-rw-r--r-- | content/renderer/websharedworker_proxy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/renderer/websharedworker_proxy.h b/content/renderer/websharedworker_proxy.h index e72dac9..36cac6a 100644 --- a/content/renderer/websharedworker_proxy.h +++ b/content/renderer/websharedworker_proxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -10,7 +10,6 @@ #include <vector> #include "base/basictypes.h" -#include "base/memory/scoped_ptr.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_channel.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h" |