| Index: third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| index 2b9a8f795317404e216e83b4723c6f479349ab97..fa7c0465573ce6888b4b524d95b5dae70b548d87 100644
|
| --- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef SharedWorkerRepositoryClientImpl_h
|
| #define SharedWorkerRepositoryClientImpl_h
|
|
|
| +#include <memory>
|
| #include "core/workers/SharedWorkerRepositoryClient.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|