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

Unified Diff: base/allocator/partition_allocator/partition_alloc.cc

Issue 2705413003: Move oom.h into partition_allocator. (Closed)
Patch Set: Update the BUILD.gn file too. Created 3 years, 10 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: base/allocator/partition_allocator/partition_alloc.cc
diff --git a/base/allocator/partition_allocator/partition_alloc.cc b/base/allocator/partition_allocator/partition_alloc.cc
index 29cde931fef56d3fd69aeffcb299c0841c8810a9..5380ccede668e39ff248cc0c5be8c735a4079b5c 100644
--- a/base/allocator/partition_allocator/partition_alloc.cc
+++ b/base/allocator/partition_allocator/partition_alloc.cc
@@ -6,7 +6,7 @@
#include <string.h>
-#include "base/allocator/oom.h"
+#include "base/allocator/partition_allocator/oom.h"
#include "base/compiler_specific.h"
#include "base/synchronization/spin_lock.h"

Powered by Google App Engine
This is Rietveld 408576698