summaryrefslogtreecommitdiffstats
path: root/media/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 05:12:35 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 05:12:35 +0000
commitde6b8b6dddc04caaa197cc32e6399553c8e81633 (patch)
tree0b19e26733d3b194185fcb65a6fde5a46441cc2a /media/tools
parent49abd659faa7286eddef29dea766d7a637473672 (diff)
downloadchromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.zip
chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.gz
chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.bz2
FBTF: Remove unneeded headers from base/ (part 1)
BUG=none TEST=none Review URL: http://codereview.chromium.org/3071012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/tools')
-rw-r--r--media/tools/mfdecoder/main.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/media/tools/mfdecoder/main.cc b/media/tools/mfdecoder/main.cc
index 72c4785..c531481 100644
--- a/media/tools/mfdecoder/main.cc
+++ b/media/tools/mfdecoder/main.cc
@@ -1,6 +1,6 @@
-// Copyright (c) 2010 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.
+// Copyright (c) 2010 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.
#ifdef UNICODE
#undef UNICODE
@@ -17,7 +17,6 @@
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/message_loop.h"
-#include "base/message_pump_win.h"
#include "base/scoped_comptr_win.h"
#include "base/scoped_ptr.h"
#include "base/time.h"