| Index: cc/surfaces/surface_manager.h
|
| diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
|
| index 4eaf993e759a167c5e03bebd43ea9395afeb77ee..91d9d9f65a5b3c82b40c5d1c92d0a8919ea3fe73 100644
|
| --- a/cc/surfaces/surface_manager.h
|
| +++ b/cc/surfaces/surface_manager.h
|
| @@ -40,10 +40,7 @@ class FrameSinkManagerClient;
|
| class Surface;
|
| class SurfaceFactory;
|
| class SurfaceFactoryClient;
|
| -
|
| -namespace test {
|
| class CompositorFrameSinkSupportTest;
|
| -}
|
|
|
| class CC_SURFACES_EXPORT SurfaceManager {
|
| public:
|
| @@ -172,7 +169,7 @@ class CC_SURFACES_EXPORT SurfaceManager {
|
| }
|
|
|
| private:
|
| - friend class test::CompositorFrameSinkSupportTest;
|
| + friend class CompositorFrameSinkSupportTest;
|
| friend class SurfaceManagerRefTest;
|
|
|
| using SurfaceIdSet = std::unordered_set<SurfaceId, SurfaceIdHash>;
|
|
|