| Index: third_party/WebKit/Source/core/page/FrameTree.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/FrameTree.cpp b/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| index d7c27a53e0e97a4e0c9eea840a7efe095d4b2a40..37236daae3c4694f07f6a8361c352302965221ec 100644
|
| --- a/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| +++ b/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| @@ -28,10 +28,10 @@
|
| #include "core/frame/RemoteFrameView.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/page/Page.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| using std::swap;
|
|
|
|
|