| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index e332a4689246df89d41f94af943089309641668c..71bbd0e160f5ef3e683462b3f3d3316f91d37cfc 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_RENDERER_PRESENTATION_PRESENTATION_DISPATCHER_H_
|
| #define CONTENT_RENDERER_PRESENTATION_PRESENTATION_DISPATCHER_H_
|
|
|
| +#include <queue>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/containers/scoped_ptr_map.h"
|
| #include "base/id_map.h"
|
| @@ -14,6 +16,7 @@
|
| #include "content/common/presentation/presentation_service.mojom.h"
|
| #include "content/public/renderer/render_frame_observer.h"
|
| #include "third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
|
|
|
| namespace blink {
|
| class WebPresentationAvailabilityObserver;
|
|
|