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

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

Issue 14483003: Absolutify paths to platform/chromium, platform/chromium/support, (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
« no previous file with comments | « Source/WebKit/chromium/src/WebDragData.cpp ('k') | Source/WebKit/chromium/src/WebGeolocationClientMock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp
index cacc54ba246042c41e25af8895083ee2e60653bc..d1feb7fbc066c4c982af854389650dcd22cfc3c0 100644
--- a/Source/WebKit/chromium/src/WebFrameImpl.cpp
+++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp
@@ -77,7 +77,6 @@
#include "AsyncFileSystemChromium.h"
#include "BackForwardController.h"
#include "Chrome.h"
-#include "ClipboardUtilitiesChromium.h"
#include "Console.h"
#include "DOMFileSystem.h"
#include "DOMUtilitiesPrivate.h"
@@ -146,7 +145,6 @@
#include "SubstituteData.h"
#include "TextAffinity.h"
#include "TextIterator.h"
-#include "TraceEvent.h"
#include "UserGestureIndicator.h"
#include "V8DOMFileSystem.h"
#include "V8DirectoryEntry.h"
@@ -175,6 +173,8 @@
#include "WebSerializedScriptValue.h"
#include "WebViewImpl.h"
#include "XPathResult.h"
+#include "core/platform/chromium/ClipboardUtilitiesChromium.h"
+#include "core/platform/chromium/TraceEvent.h"
#include "core/platform/graphics/FontCache.h"
#include "htmlediting.h"
#include "markup.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebDragData.cpp ('k') | Source/WebKit/chromium/src/WebGeolocationClientMock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698