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

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

Issue 17761003: Remove FileException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile warning Created 7 years, 6 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/filesystem/FileWriterSync.cpp » ('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 eb520fe4bd9e6d44d124b8b050d0ebcc8cb5f695..27fb688f7fcc91088d8ed86dfce5c331bb57ed11 100644
--- a/Source/modules/filesystem/FileWriterBase.cpp
+++ b/Source/modules/filesystem/FileWriterBase.cpp
@@ -36,7 +36,6 @@
#include "core/dom/ProgressEvent.h"
#include "core/fileapi/Blob.h"
#include "core/fileapi/FileError.h"
-#include "core/fileapi/FileException.h"
#include "modules/filesystem/AsyncFileWriter.h"
namespace WebCore {
« no previous file with comments | « Source/modules/filesystem/FileWriter.cpp ('k') | Source/modules/filesystem/FileWriterSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698