summaryrefslogtreecommitdiffstats
path: root/media/base/mock_data_source_host.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 07:12:06 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 07:12:06 +0000
commit5f5f84c60b6883dc5b3c7eaeba6c66c0ac63daca (patch)
treed9a816d80aad54c6ed8e317ec64b890c5506e3f7 /media/base/mock_data_source_host.h
parentabdeb5d2c34143de67dda6783b4552bfecbcda1e (diff)
downloadchromium_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 'media/base/mock_data_source_host.h')
-rw-r--r--media/base/mock_data_source_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/base/mock_data_source_host.h b/media/base/mock_data_source_host.h
index b569b77..9af893d 100644
--- a/media/base/mock_data_source_host.h
+++ b/media/base/mock_data_source_host.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.
//
@@ -7,7 +7,6 @@
#include <string>
-#include "base/memory/scoped_ptr.h"
#include "media/base/data_source.h"
#include "testing/gmock/include/gmock/gmock.h"