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

Unified Diff: media/tools/player_wtl/wtl_renderer.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/player_wtl/wtl_renderer.h ('k') | media/tools/player_x11/player_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_wtl/wtl_renderer.cc
diff --git a/media/player/wtl_renderer.cc b/media/tools/player_wtl/wtl_renderer.cc
similarity index 90%
rename from media/player/wtl_renderer.cc
rename to media/tools/player_wtl/wtl_renderer.cc
index bef8e699a5e1fb56ba6533df776e1beaab330061..8a850f7f85ffd9589a58650a97c5453899428fc7 100644
--- a/media/player/wtl_renderer.cc
+++ b/media/tools/player_wtl/wtl_renderer.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/player/wtl_renderer.h"
+#include "media/tools/player_wtl/wtl_renderer.h"
-#include "media/player/view.h"
+#include "media/tools/player_wtl/view.h"
WtlVideoRenderer::WtlVideoRenderer(WtlVideoWindow* window)
: window_(window) {
« no previous file with comments | « media/tools/player_wtl/wtl_renderer.h ('k') | media/tools/player_x11/player_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698