Index: media/gpu/avda_shared_state.cc |
diff --git a/content/common/gpu/media/avda_shared_state.cc b/media/gpu/avda_shared_state.cc |
similarity index 92% |
rename from content/common/gpu/media/avda_shared_state.cc |
rename to media/gpu/avda_shared_state.cc |
index 7746254fee94c3ecdc1f3bc7d787998d097850f3..c5ee689e3302610e745e0d8c50a8373dada43e4d 100644 |
--- a/content/common/gpu/media/avda_shared_state.cc |
+++ b/media/gpu/avda_shared_state.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_shared_state.h" |
+#include "media/gpu/avda_shared_state.h" |
#include "base/time/time.h" |
#include "ui/gl/gl_bindings.h" |
#include "ui/gl/scoped_make_current.h" |
-namespace content { |
+namespace media { |
AVDASharedState::AVDASharedState() |
: surface_texture_service_id_(0), |
@@ -43,4 +43,4 @@ void AVDASharedState::DidDetachSurfaceTexture() { |
surface_texture_is_attached_ = false; |
} |
-} // namespace content |
+} // namespace media |