| Index: sky/engine/core/frame/PlatformEventDispatcher.cpp
|
| diff --git a/sky/engine/core/frame/PlatformEventDispatcher.cpp b/sky/engine/core/frame/PlatformEventDispatcher.cpp
|
| index 40267d35c5b81aacc7668d51895421c0130d04b4..c42eb40dc14cf5a4aa617ac1b60b6163be036aab 100644
|
| --- a/sky/engine/core/frame/PlatformEventDispatcher.cpp
|
| +++ b/sky/engine/core/frame/PlatformEventDispatcher.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/frame/PlatformEventDispatcher.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/frame/PlatformEventDispatcher.h"
|
|
|
| -#include "core/frame/PlatformEventController.h"
|
| -#include "wtf/TemporaryChange.h"
|
| +#include "sky/engine/core/frame/PlatformEventController.h"
|
| +#include "sky/engine/wtf/TemporaryChange.h"
|
|
|
| namespace blink {
|
|
|
|
|