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

Unified Diff: content/public/test/javascript_test_observer.cc

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: fix upstream Created 3 years, 7 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/test/javascript_test_observer.cc
diff --git a/content/public/test/javascript_test_observer.cc b/content/public/test/javascript_test_observer.cc
index becdd834ab46789f6874fbeafca165f74e98a839..50aaf04a04ca20284df68163efe0d30efc57c898 100644
--- a/content/public/test/javascript_test_observer.cc
+++ b/content/public/test/javascript_test_observer.cc
@@ -4,6 +4,7 @@
#include "content/public/test/javascript_test_observer.h"
+#include "base/message_loop/message_loop.h"
#include "content/public/browser/notification_types.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"

Powered by Google App Engine
This is Rietveld 408576698