| Index: content/browser/android/browser_surface_texture_manager.h
|
| diff --git a/content/browser/android/browser_surface_texture_manager.h b/content/browser/android/browser_surface_texture_manager.h
|
| index f9fb74cccb52198a13005770df714efe831d76cd..3c9681acb1898037e388b3d8a15844f5b009cf02 100644
|
| --- a/content/browser/android/browser_surface_texture_manager.h
|
| +++ b/content/browser/android/browser_surface_texture_manager.h
|
| @@ -5,18 +5,18 @@
|
| #ifndef CONTENT_BROWSER_ANDROID_BROWSER_SURFACE_TEXTURE_MANAGER_H_
|
| #define CONTENT_BROWSER_ANDROID_BROWSER_SURFACE_TEXTURE_MANAGER_H_
|
|
|
| -#include "content/common/android/surface_texture_manager.h"
|
| +#include "gpu/ipc/common/surface_texture_manager.h"
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| -#include "content/common/android/surface_texture_peer.h"
|
| #include "content/common/content_export.h"
|
| +#include "gpu/ipc/common/surface_texture_peer.h"
|
|
|
| namespace content {
|
|
|
| class CONTENT_EXPORT BrowserSurfaceTextureManager
|
| - : public SurfaceTextureManager,
|
| - public SurfaceTexturePeer {
|
| + : public gpu::SurfaceTextureManager,
|
| + public gpu::SurfaceTexturePeer {
|
| public:
|
| static BrowserSurfaceTextureManager* GetInstance();
|
|
|
|
|