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

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

Issue 99733006: Remove duplicated headers from modules/ directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/AbstractDatabaseServer.h
diff --git a/Source/modules/webdatabase/AbstractDatabaseServer.h b/Source/modules/webdatabase/AbstractDatabaseServer.h
index 343ab35cce8b0cf93e95347fa46788a6029bd34e..ee3a8435545ed8baae1e99ab21de9aa6ed94857f 100644
--- a/Source/modules/webdatabase/AbstractDatabaseServer.h
+++ b/Source/modules/webdatabase/AbstractDatabaseServer.h
@@ -27,10 +27,8 @@
#define AbstractDatabaseServer_h
#include "modules/webdatabase/DatabaseBasicTypes.h"
-#include "modules/webdatabase/DatabaseDetails.h"
#include "modules/webdatabase/DatabaseError.h"
#include "wtf/RefPtr.h"
-#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698