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

Unified Diff: content/browser/browsing_instance.h

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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/browser/browsing_instance.h
diff --git a/content/browser/browsing_instance.h b/content/browser/browsing_instance.h
index 71c4695886f59fcd0d4cf775fd5f197e199f33e9..d6b44a18bce14c9191882e59b464b66b4036f996 100644
--- a/content/browser/browsing_instance.h
+++ b/content/browser/browsing_instance.h
@@ -11,6 +11,8 @@
#include "base/memory/ref_counted.h"
#include "content/common/content_export.h"
+#include <list>
Charlie Reis 2011/12/01 23:13:02 Remove?
supersat 2011/12/09 23:08:20 Done.
+
class GURL;
class SiteInstance;

Powered by Google App Engine
This is Rietveld 408576698