Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: media/tools/media_bench/file_protocol.cc

Issue 431046: Re-organizing all tools under /src/media to be consistent with the rest of the repository. (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/tools/media_bench/file_protocol.h ('k') | media/tools/media_bench/media_bench.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
-
« no previous file with comments | « media/tools/media_bench/file_protocol.h ('k') | media/tools/media_bench/media_bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698