diff options
Diffstat (limited to 'media/tools/mfdecoder')
-rw-r--r-- | media/tools/mfdecoder/main.cc | 7 |
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" |