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

Unified Diff: Source/web/WebDatabase.cpp

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/WebDatabase.cpp
diff --git a/Source/web/WebDatabase.cpp b/Source/web/WebDatabase.cpp
index dea6ea57f05bce7101db9b824c2cf633d6f6c96c..b01a5320289d5e9a2d628a9f916f1fb8e8b1984f 100644
--- a/Source/web/WebDatabase.cpp
+++ b/Source/web/WebDatabase.cpp
@@ -38,7 +38,7 @@
#include "modules/webdatabase/DatabaseBackendBase.h"
#include "modules/webdatabase/DatabaseManager.h"
#include "modules/webdatabase/QuotaTracker.h"
-#include "weborigin/SecurityOrigin.h"
+#include "platform/weborigin/SecurityOrigin.h"
using namespace WebCore;

Powered by Google App Engine
This is Rietveld 408576698