Chromium Code Reviews| Index: third_party/WebKit/Source/modules/vr/VRDisplay.h |
| diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.h b/third_party/WebKit/Source/modules/vr/VRDisplay.h |
| index 609f465ccff5d829be7ebf6666ab6037300971b6..a4820fb958f1c02f78afa955b6968ebbc4c6675b 100644 |
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h |
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h |
| @@ -72,7 +72,7 @@ public: |
| DECLARE_VIRTUAL_TRACE(); |
| protected: |
| - friend class VRDisplayCollection; |
| + friend class VRController; |
| VRDisplay(NavigatorVR*); |