| Index: content/renderer/presentation/presentation_connection_proxy.cc
|
| diff --git a/content/renderer/presentation/presentation_connection_proxy.cc b/content/renderer/presentation/presentation_connection_proxy.cc
|
| index 70bc53d6203c3f3b0948e2fa277f1c2df1b601fd..01f7fe9eb682e4257149a200ce24e3e16fccb216 100644
|
| --- a/content/renderer/presentation/presentation_connection_proxy.cc
|
| +++ b/content/renderer/presentation/presentation_connection_proxy.cc
|
| @@ -5,12 +5,12 @@
|
| #include "content/renderer/presentation/presentation_connection_proxy.h"
|
|
|
| #include "base/logging.h"
|
| -#include "content/public/common/presentation_session.h"
|
| +#include "content/public/common/presentation_info.h"
|
| #include "content/renderer/presentation/presentation_dispatcher.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/modules/presentation/WebPresentationConnection.h"
|
| #include "third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h"
|
| -#include "third_party/WebKit/public/platform/modules/presentation/WebPresentationSessionInfo.h"
|
| +#include "third_party/WebKit/public/platform/modules/presentation/WebPresentationInfo.h"
|
|
|
| namespace content {
|
|
|
|
|