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

Unified Diff: Source/modules/filesystem/FileWriterBase.cpp

Issue 23983049: Move dom/*Event* to events to match the DOM vs. Events spec separation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/modules/filesystem/FileWriter.cpp ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileWriterBase.cpp
diff --git a/Source/modules/filesystem/FileWriterBase.cpp b/Source/modules/filesystem/FileWriterBase.cpp
index 9c3bb833e3d17a6d6603e9b6fbcc55d1eabded43..7dc3f78494155489a2bf7d0c43a240f9b4c1676e 100644
--- a/Source/modules/filesystem/FileWriterBase.cpp
+++ b/Source/modules/filesystem/FileWriterBase.cpp
@@ -32,7 +32,7 @@
#include "modules/filesystem/FileWriterBase.h"
-#include "core/dom/ProgressEvent.h"
+#include "core/events/ProgressEvent.h"
#include "core/fileapi/Blob.h"
#include "core/fileapi/FileError.h"
#include "public/platform/WebFileWriter.h"
« no previous file with comments | « Source/modules/filesystem/FileWriter.cpp ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698