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

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

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/media.gyp ('k') | media/tools/media_bench/file_protocol.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.h
diff --git a/media/bench/file_protocol.h b/media/tools/media_bench/file_protocol.h
similarity index 71%
rename from media/bench/file_protocol.h
rename to media/tools/media_bench/file_protocol.h
index 3cfddad00ef55eba2f3885711c1a2a5f521d5c89..d4df2d3181aa6288011b860592b433e474f1aac3 100644
--- a/media/bench/file_protocol.h
+++ b/media/tools/media_bench/file_protocol.h
@@ -5,10 +5,10 @@
// Implements a basic file I/O URLProtocol for FFmpeg. Since we don't build
// FFmpeg binaries with protocols, we have to write our own.
-#ifndef MEDIA_BENCH_FILE_PROTOCOL_H_
-#define MEDIA_BENCH_FILE_PROTOCOL_H_
+#ifndef MEDIA_TOOLS_MEDIA_BENCH_FILE_PROTOCOL_H_
+#define MEDIA_TOOLS_MEDIA_BENCH_FILE_PROTOCOL_H_
struct URLProtocol;
extern URLProtocol kFFmpegFileProtocol;
-#endif // MEDIA_BENCH_FILE_PROTOCOL_H_
+#endif // MEDIA_TOOLS_MEDIA_BENCH_FILE_PROTOCOL_H_
« no previous file with comments | « media/media.gyp ('k') | media/tools/media_bench/file_protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698