| Index: sky/engine/platform/SharedBuffer.cpp
|
| diff --git a/sky/engine/platform/SharedBuffer.cpp b/sky/engine/platform/SharedBuffer.cpp
|
| index 0cb7a89ea6d939a0c44e46e698e623f834a268c6..25bf348494126462fae8dd3cad2da89f414f8c21 100644
|
| --- a/sky/engine/platform/SharedBuffer.cpp
|
| +++ b/sky/engine/platform/SharedBuffer.cpp
|
| @@ -24,18 +24,18 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/SharedBuffer.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/SharedBuffer.h"
|
|
|
| #include "base/bind.h"
|
| -#include "public/platform/Platform.h"
|
| -#include "wtf/unicode/Unicode.h"
|
| -#include "wtf/unicode/UTF8.h"
|
| +#include "sky/engine/public/platform/Platform.h"
|
| +#include "sky/engine/wtf/unicode/UTF8.h"
|
| +#include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| #undef SHARED_BUFFER_STATS
|
|
|
| #ifdef SHARED_BUFFER_STATS
|
| -#include "wtf/DataLog.h"
|
| +#include "sky/engine/wtf/DataLog.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|