Index: gpu/ipc/common/android/surface_texture_manager.cc |
diff --git a/content/common/android/surface_texture_manager.cc b/gpu/ipc/common/android/surface_texture_manager.cc |
similarity index 77% |
rename from content/common/android/surface_texture_manager.cc |
rename to gpu/ipc/common/android/surface_texture_manager.cc |
index c2cb6eeb98313fc16be49ea8d0c1c92fd9722034..22b27d03fb1f0ff60e7d9461cf99e36dcd383951 100644 |
--- a/content/common/android/surface_texture_manager.cc |
+++ b/gpu/ipc/common/android/surface_texture_manager.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/common/android/surface_texture_manager.h" |
+#include "gpu/ipc/common/android/surface_texture_manager.h" |
#include "base/logging.h" |
-namespace content { |
+namespace gpu { |
namespace { |
-SurfaceTextureManager* g_instance = NULL; |
+SurfaceTextureManager* g_instance = nullptr; |
} // namespace |
@@ -25,4 +25,4 @@ void SurfaceTextureManager::SetInstance(SurfaceTextureManager* instance) { |
g_instance = instance; |
} |
-} // namespace content |
+} // namespace gpu |