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

Unified Diff: content/test/content_test_launcher.cc

Issue 17076008: content_shell: Move BrowserTestSystemMessageHandler and use it in layout tests for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/test/content_test_launcher.cc
diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
index ec0c581a166d9ae228ffb73810bda8ccb86cd234..c41d7001589a573fb71f68637f98114e06092069 100644
--- a/content/test/content_test_launcher.cc
+++ b/content/test/content_test_launcher.cc
@@ -19,7 +19,7 @@
#if defined(OS_ANDROID)
#include "base/message_loop.h"
-#include "content/test/browser_test_message_pump_android.h"
+#include "content/public/test/browser_test_message_pump_android.h"
#endif
#if defined(OS_WIN)
« content/shell/shell_browser_main.cc ('K') | « content/test/browser_test_message_pump_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698