Index: content/renderer/media/rtc_media_constraints.cc |
diff --git a/content/renderer/media/rtc_media_constraints.cc b/content/renderer/media/rtc_media_constraints.cc |
index 029e82f94612928ef156b00dd0427f81df2f1928..9efbf8c8f8201aa0de1c456463c217f2e0619d38 100644 |
--- a/content/renderer/media/rtc_media_constraints.cc |
+++ b/content/renderer/media/rtc_media_constraints.cc |
@@ -6,9 +6,9 @@ |
#include "base/logging.h" |
#include "base/string_util.h" |
#include "content/common/media/media_stream_options.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaConstraints.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebMediaConstraints.h" |
+#include "third_party/WebKit/public/platform/WebCString.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
namespace content { |
namespace { |