| Index: content/public/browser/presentation_service_delegate.h
|
| diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
|
| index 21bb68b32510ee26cca881a50e034f514f145c72..2ea8b0fd2695d5c3a18394e12e3e883dc975ff46 100644
|
| --- a/content/public/browser/presentation_service_delegate.h
|
| +++ b/content/public/browser/presentation_service_delegate.h
|
| @@ -11,8 +11,8 @@
|
|
|
| #include "base/callback.h"
|
| #include "content/common/content_export.h"
|
| -#include "content/public/browser/presentation_connection_message.h"
|
| -#include "content/public/browser/presentation_session.h"
|
| +#include "content/public/common/presentation_connection_message.h"
|
| +#include "content/public/common/presentation_session.h"
|
|
|
| class GURL;
|
|
|
|
|