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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteTransaction.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/modules/webdatabase/sqlite/SQLiteTransaction.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteTransaction.h b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
index d0034b8d43ea52c4fbcda4eaa88ec217b8696b0e..cd805803aa7051a2c98b03fd6a2b878885f2d18b 100644
--- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
+++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
@@ -26,7 +26,7 @@
#ifndef SQLiteTransaction_h
#define SQLiteTransaction_h
-#include "wtf/FastAllocBase.h"
+#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698