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

Unified Diff: third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h

Issue 1412083007: Remove FastAllocBase.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/AsyncFileSystemCallbacks.h
diff --git a/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h b/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
index ab3ad1bd3fc562e0a5c59700fb6407beac9419b9..a3cd1cc00fee4bca8f2a149376d5fc55e7f76af7 100644
--- a/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
+++ b/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
@@ -35,8 +35,8 @@
#include "platform/FileSystemType.h"
#include "platform/blob/BlobData.h"
#include "public/platform/WebFileWriter.h"
+#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
-#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698