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

Unified Diff: Source/core/platform/mediastream/RTCConfiguration.h

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/core/platform/mediastream/RTCConfiguration.h
diff --git a/Source/core/platform/mediastream/RTCConfiguration.h b/Source/core/platform/mediastream/RTCConfiguration.h
index c96889fdcd830a379de348ea898a4caad1016337..aab97d938026b7db38a65e90b420f331f31acbd7 100644
--- a/Source/core/platform/mediastream/RTCConfiguration.h
+++ b/Source/core/platform/mediastream/RTCConfiguration.h
@@ -33,11 +33,11 @@
#if ENABLE(MEDIA_STREAM)
-#include "KURL.h"
+#include "core/platform/KURL.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
-#include <wtf/Vector.h>
#include <wtf/text/WTFString.h>
+#include <wtf/Vector.h>
namespace WebCore {
« no previous file with comments | « Source/core/platform/mediastream/MediaStreamComponent.h ('k') | Source/core/platform/mock/DeviceMotionClientMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698