| Index: media/tools/media_bench/file_protocol.cc
|
| diff --git a/media/bench/file_protocol.cc b/media/tools/media_bench/file_protocol.cc
|
| similarity index 97%
|
| rename from media/bench/file_protocol.cc
|
| rename to media/tools/media_bench/file_protocol.cc
|
| index cf44eeecb19e7de5de53f0898f574e56ef114860..f85fe3377bd0da60d91b5b31f91911f247fbb458 100644
|
| --- a/media/bench/file_protocol.cc
|
| +++ b/media/tools/media_bench/file_protocol.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/bench/file_protocol.h"
|
| +#include "media/tools/media_bench/file_protocol.h"
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -82,4 +82,3 @@ URLProtocol kFFmpegFileProtocol = {
|
| NULL, // url_read_seek
|
| &GetHandle
|
| };
|
| -
|
|
|