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

Unified Diff: Source/WebKit/chromium/src/LocalFileSystemChromium.cpp

Issue 14307014: Absolutify paths to workers/, workers/chromium/, xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: in 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
Index: Source/WebKit/chromium/src/LocalFileSystemChromium.cpp
diff --git a/Source/WebKit/chromium/src/LocalFileSystemChromium.cpp b/Source/WebKit/chromium/src/LocalFileSystemChromium.cpp
index 9e46563b81284f66513eeb9d75a2d3f9739e2e6e..292eb8320d439a61e6d059dd4f4273e3f13083d0 100644
--- a/Source/WebKit/chromium/src/LocalFileSystemChromium.cpp
+++ b/Source/WebKit/chromium/src/LocalFileSystemChromium.cpp
@@ -41,11 +41,11 @@
#include "WebPermissionClient.h"
#include "WebViewImpl.h"
#include "WebWorkerBase.h"
-#include "WorkerContext.h"
#include "WorkerFileSystemCallbacksBridge.h"
-#include "WorkerThread.h"
#include "core/dom/CrossThreadTask.h"
#include "core/dom/Document.h"
+#include "core/workers/WorkerContext.h"
+#include "core/workers/WorkerThread.h"
#include <public/WebFileError.h>
#include <public/WebFileSystem.h>
#include <public/WebFileSystemType.h>
« no previous file with comments | « Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp ('k') | Source/WebKit/chromium/src/SharedWorkerRepository.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698