| Index: third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
|
| diff --git a/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h b/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
|
| index 9eda45ba2e002364d83812c2e5050f7a4570f4f4..43517754d1ba68fc9386b4f5ae0cabf9b90323ec 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h
|
| @@ -29,7 +29,7 @@
|
| #include "WebCommon.h"
|
| #include "WebNonCopyable.h"
|
| #include "WebPrivatePtr.h"
|
| -#include "WebString.h"
|
| +#include "WebSecurityOrigin.h"
|
| #include "WebVector.h"
|
|
|
| namespace blink {
|
| @@ -54,7 +54,7 @@ public:
|
| BLINK_PLATFORM_EXPORT void reset();
|
| bool isNull() const { return m_private.isNull(); }
|
|
|
| - BLINK_PLATFORM_EXPORT WebString origin() const;
|
| + BLINK_PLATFORM_EXPORT WebSecurityOrigin origin() const;
|
| BLINK_PLATFORM_EXPORT void requestSucceeded(const WebVector<WebSourceInfo>&) const;
|
|
|
| #if INSIDE_BLINK
|
|
|