| Index: third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.h
|
| diff --git a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.h b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.h
|
| index 2a2dbe5f6776892c903cf337c71438502c1b349c..fcfbac6599d1f57dee8880df3f22c42dab88d40c 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.h
|
| +++ b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.h
|
| @@ -6,8 +6,8 @@
|
| #define AppBannerPromptResult_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|