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

Unified Diff: content/gpu/gpu_video_decoder.cc

Issue 6684015: Move chrome\gpu to content\gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months 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 | « content/gpu/gpu_video_decoder.h ('k') | content/gpu/gpu_video_decoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_video_decoder.cc
===================================================================
--- content/gpu/gpu_video_decoder.cc (revision 77878)
+++ content/gpu/gpu_video_decoder.cc (working copy)
@@ -2,20 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/gpu/gpu_video_decoder.h"
+#include "content/gpu/gpu_video_decoder.h"
#include "base/command_line.h"
-#include "chrome/gpu/gpu_channel.h"
-#include "chrome/gpu/media/fake_gl_video_decode_engine.h"
-#include "chrome/gpu/media/fake_gl_video_device.h"
#include "content/common/child_thread.h"
#include "content/common/gpu_messages.h"
+#include "content/gpu/gpu_channel.h"
+#include "content/gpu/media/fake_gl_video_decode_engine.h"
+#include "content/gpu/media/fake_gl_video_device.h"
#include "media/base/data_buffer.h"
#include "media/base/media_switches.h"
#include "media/base/video_frame.h"
#if defined(OS_WIN)
-#include "chrome/gpu/media/mft_angle_video_device.h"
+#include "content/gpu/media/mft_angle_video_device.h"
#include "media/video/mft_h264_decode_engine.h"
#include <d3d9.h>
#endif
« no previous file with comments | « content/gpu/gpu_video_decoder.h ('k') | content/gpu/gpu_video_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698