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

Unified Diff: Source/core/fileapi/FileThreadTask.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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/core/fileapi/FileReaderLoader.cpp ('k') | Source/core/history/HistoryItem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/FileThreadTask.h
diff --git a/Source/core/fileapi/FileThreadTask.h b/Source/core/fileapi/FileThreadTask.h
index 8ae1707928126f4074b7b89a3210024629b08f1e..fb52f2b040c71cde9ed53c41a25399b00ea5ac5e 100644
--- a/Source/core/fileapi/FileThreadTask.h
+++ b/Source/core/fileapi/FileThreadTask.h
@@ -31,8 +31,8 @@
#ifndef FileThreadTask_h
#define FileThreadTask_h
-#include "CrossThreadTask.h"
#include "FileThread.h"
+#include "core/dom/CrossThreadTask.h"
#include "core/platform/CrossThreadCopier.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
« no previous file with comments | « Source/core/fileapi/FileReaderLoader.cpp ('k') | Source/core/history/HistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698