| Index: third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h
|
| diff --git a/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h b/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h
|
| index b2d0f94eaa1f613c8b0313a76c4f101e5a81db32..309b80a162990fe6baa7c42b92ddd3b0dd69d262 100644
|
| --- a/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h
|
| +++ b/third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebScopedWindowFocusAllowedIndicator_h
|
| #define WebScopedWindowFocusAllowedIndicator_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| #include <memory>
|
| +#include "public/platform/WebCommon.h"
|
|
|
| namespace blink {
|
|
|
| @@ -48,6 +48,6 @@ class WebScopedWindowFocusAllowedIndicator {
|
| private:
|
| std::unique_ptr<ScopedWindowFocusAllowedIndicator> private_;
|
| };
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // WebScopedWindowFocusAllowedIndicator_h
|
|
|