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

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

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... 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/WebFrameImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp
index 81c284b8850b3971465c29056a1e3e62f640bf50..210758665dc5d246dd7bf5e9b698129a596b4cfe 100644
--- a/Source/WebKit/chromium/src/WebFrameImpl.cpp
+++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp
@@ -74,13 +74,9 @@
#include <algorithm>
#include "AssociatedURLLoader.h"
#include "AsyncFileSystemChromium.h"
-#include "DOMFileSystem.h"
#include "DOMUtilitiesPrivate.h"
#include "DOMWrapperWorld.h"
-#include "DirectoryEntry.h"
#include "EventListenerWrapper.h"
-#include "FileEntry.h"
-#include "FileSystemType.h"
#include "FindInPageCoordinates.h"
#include "HTMLCollection.h"
#include "HTMLFormElement.h"
@@ -178,6 +174,10 @@
#include "core/rendering/RenderView.h"
#include "core/rendering/style/StyleInheritedData.h"
#include "core/xml/XPathResult.h"
+#include "modules/filesystem/DOMFileSystem.h"
+#include "modules/filesystem/DirectoryEntry.h"
+#include "modules/filesystem/FileEntry.h"
+#include "modules/filesystem/FileSystemType.h"
#include "painting/GraphicsContextBuilder.h"
#include <public/Platform.h>
#include <public/WebFileSystem.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.h ('k') | Source/WebKit/chromium/src/WebGeolocationClientMock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698