Index: gpu/ipc/common/surface_texture_manager.h |
diff --git a/content/common/android/surface_texture_manager.h b/gpu/ipc/common/surface_texture_manager.h |
similarity index 77% |
rename from content/common/android/surface_texture_manager.h |
rename to gpu/ipc/common/surface_texture_manager.h |
index 30a17dc9e15a8bfd897b3195a50952dde3ec0107..f1b259e47df80c6411cc28bd2b6202679e59d42d 100644 |
--- a/content/common/android/surface_texture_manager.h |
+++ b/gpu/ipc/common/surface_texture_manager.h |
@@ -2,19 +2,19 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_MANAGER_H_ |
-#define CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_MANAGER_H_ |
+#ifndef GPU_IPC_COMMON_SURFACE_TEXTURE_MANAGER_H_ |
+#define GPU_IPC_COMMON_SURFACE_TEXTURE_MANAGER_H_ |
-#include "content/common/content_export.h" |
+#include "gpu/gpu_export.h" |
#include "ui/gfx/native_widget_types.h" |
namespace gfx { |
class SurfaceTexture; |
} |
-namespace content { |
+namespace gpu { |
-class CONTENT_EXPORT SurfaceTextureManager { |
+class GPU_EXPORT SurfaceTextureManager { |
public: |
static SurfaceTextureManager* GetInstance(); |
static void SetInstance(SurfaceTextureManager* instance); |
@@ -37,6 +37,6 @@ class CONTENT_EXPORT SurfaceTextureManager { |
virtual ~SurfaceTextureManager() {} |
}; |
-} // namespace content |
+} // namespace gpu |
-#endif // CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_MANAGER_H_ |
+#endif // GPU_IPC_COMMON_SURFACE_TEXTURE_MANAGER_H_ |