Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp

Issue 2762943002: Move files in wtf/ to platform/wtf/ (Part 6). (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
similarity index 98%
rename from third_party/WebKit/Source/wtf/allocator/Partitions.cpp
rename to third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
index bcc4658ac475771cfa5b303fc6902768dd1a0238..e7e7bf648f524a1d9319da1c5a9083fc2add1614 100644
--- a/third_party/WebKit/Source/wtf/allocator/Partitions.cpp
+++ b/third_party/WebKit/Source/platform/wtf/allocator/Partitions.cpp
@@ -28,11 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/allocator/Partitions.h"
+#include "platform/wtf/allocator/Partitions.h"
#include "base/allocator/partition_allocator/page_allocator.h"
#include "base/debug/alias.h"
-#include "wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/allocator/Partitions.h ('k') | third_party/WebKit/Source/wtf/Allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698