Index: third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp |
diff --git a/third_party/WebKit/Source/wtf/PageAllocator.cpp b/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp |
similarity index 99% |
rename from third_party/WebKit/Source/wtf/PageAllocator.cpp |
rename to third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp |
index d9b96f13ee5b74b843d58a591494ef3db8b3f973..854638758bd5366ce86515be419c95b48d4226e9 100644 |
--- a/third_party/WebKit/Source/wtf/PageAllocator.cpp |
+++ b/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp |
@@ -28,10 +28,10 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/PageAllocator.h" |
+#include "wtf/allocator/PageAllocator.h" |
-#include "wtf/AddressSpaceRandomization.h" |
#include "wtf/Assertions.h" |
+#include "wtf/allocator/AddressSpaceRandomization.h" |
#include <limits.h> |