Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1850)

Unified Diff: content/public/browser/presentation_service_delegate.h

Issue 2617143006: [Presentation API] Move Presentation API structs to public/common (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/public/browser/presentation_connection_message.cc ('k') | content/public/browser/presentation_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698