| Index: media/ffmpeg/ffmpeg_common.cc
|
| diff --git a/media/filters/ffmpeg_common.cc b/media/ffmpeg/ffmpeg_common.cc
|
| similarity index 79%
|
| rename from media/filters/ffmpeg_common.cc
|
| rename to media/ffmpeg/ffmpeg_common.cc
|
| index d1c11039f36dc1b908e10119b257b1d72ac37054..5100b316ed88134fa21be0c7bc117862a374b074 100644
|
| --- a/media/filters/ffmpeg_common.cc
|
| +++ b/media/ffmpeg/ffmpeg_common.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| -#include "media/filters/ffmpeg_common.h"
|
| +#include "media/ffmpeg/ffmpeg_common.h"
|
|
|
| namespace media {
|
|
|
|
|