diff options
Diffstat (limited to 'webkit/mocks/test_media_stream_client.h')
-rw-r--r-- | webkit/mocks/test_media_stream_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/mocks/test_media_stream_client.h b/webkit/mocks/test_media_stream_client.h index 0f5c65a..c264f4d 100644 --- a/webkit/mocks/test_media_stream_client.h +++ b/webkit/mocks/test_media_stream_client.h @@ -10,7 +10,7 @@ #define WEBKIT_MOCKS_TEST_MEDIA_STREAM_CLIENT_H_ #include "base/callback_forward.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" +#include "third_party/WebKit/public/platform/WebURL.h" #include "webkit/media/media_stream_client.h" namespace WebKit { |