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

Unified Diff: Source/modules/webdatabase/DatabaseTracker.h

Issue 651503002: Clean up forward declarations in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/modules/webdatabase/DatabaseTracker.h
diff --git a/Source/modules/webdatabase/DatabaseTracker.h b/Source/modules/webdatabase/DatabaseTracker.h
index 777f4c3bad1bb8173a4b310844b19963a55ba5dc..2c299084fe93d82c81a78ca56c5216251abe8c6d 100644
--- a/Source/modules/webdatabase/DatabaseTracker.h
+++ b/Source/modules/webdatabase/DatabaseTracker.h
@@ -35,13 +35,11 @@
#include "wtf/HashSet.h"
#include "wtf/ThreadingPrimitives.h"
#include "wtf/text/StringHash.h"
-#include "wtf/text/WTFString.h"
namespace blink {
class Database;
class DatabaseContext;
-class OriginLock;
class SecurityOrigin;
class DatabaseTracker {

Powered by Google App Engine
This is Rietveld 408576698