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

Unified Diff: public/platform/modules/presentation/WebPresentationClient.h

Issue 974993002: [Presentation API] Added the DefaultPresentationStart event and parsing of the default presentation… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replaced the unused forward declaration with the used one Created 5 years, 10 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: public/platform/modules/presentation/WebPresentationClient.h
diff --git a/public/platform/modules/presentation/WebPresentationClient.h b/public/platform/modules/presentation/WebPresentationClient.h
index f11b22ff5204ab0f86ee172e6226831e079fc184..c5dcfd57eaad43f0db3ba2ca93dbaa4d70dc674e 100644
--- a/public/platform/modules/presentation/WebPresentationClient.h
+++ b/public/platform/modules/presentation/WebPresentationClient.h
@@ -6,6 +6,7 @@
#define WebPresentationClient_h
#include "public/platform/WebCallbacks.h"
+#include "public/platform/WebCommon.h"
mlamouri (slow - plz ping) 2015/03/06 22:43:42 You probably don't need to add that.
whywhat 2015/03/10 13:00:44 Done.
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698