| Index: gin/public/v8_platform.h
|
| diff --git a/gin/public/v8_platform.h b/gin/public/v8_platform.h
|
| index 6506ce4c555a728a8f1afec75d68fe580eece8eb..2eee1dd1b7b42b39a8277686c1169dfe599e6dac 100644
|
| --- a/gin/public/v8_platform.h
|
| +++ b/gin/public/v8_platform.h
|
| @@ -55,7 +55,7 @@ class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {
|
| void RemoveTraceStateObserver(v8::Platform::TraceStateObserver*) override;
|
|
|
| private:
|
| - friend struct base::DefaultLazyInstanceTraits<V8Platform>;
|
| + friend struct base::LazyInstanceTraitsBase<V8Platform>;
|
|
|
| V8Platform();
|
| ~V8Platform() override;
|
|
|