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

Unified Diff: media/gpu/avda_surface_tracker.cc

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « media/gpu/avda_surface_tracker.h ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_surface_tracker.cc
diff --git a/content/common/gpu/media/avda_surface_tracker.cc b/media/gpu/avda_surface_tracker.cc
similarity index 92%
rename from content/common/gpu/media/avda_surface_tracker.cc
rename to media/gpu/avda_surface_tracker.cc
index fbc49ea48ac128eea5ae764ef01174b246fe1f58..8638f5ce50af7ab2d30cf659c9404c7caa137474 100644
--- a/content/common/gpu/media/avda_surface_tracker.cc
+++ b/media/gpu/avda_surface_tracker.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/gpu/media/avda_surface_tracker.h"
+#include "media/gpu/avda_surface_tracker.h"
#include "base/callback.h"
#include "base/lazy_instance.h"
#include "base/threading/thread_checker.h"
-namespace content {
+namespace media {
namespace {
static base::LazyInstance<AVDASurfaceTracker> g_lazy_instance =
@@ -46,4 +46,4 @@ AVDASurfaceTracker* AVDASurfaceTracker::GetInstance() {
return g_lazy_instance.Pointer();
}
-} // namespace content
+} // namespace media
« no previous file with comments | « media/gpu/avda_surface_tracker.h ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698