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

Unified Diff: content/public/test/browser_test_message_pump_android.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/public/test/browser_test_message_pump_android.cc
diff --git a/content/test/browser_test_message_pump_android.cc b/content/public/test/browser_test_message_pump_android.cc
similarity index 98%
rename from content/test/browser_test_message_pump_android.cc
rename to content/public/test/browser_test_message_pump_android.cc
index f992110e234b1ddb8a58595b95d39d725ae66e58..a6b908a2c4829e5a8b4c00b66f72db1939fcccbc 100644
--- a/content/test/browser_test_message_pump_android.cc
+++ b/content/public/test/browser_test_message_pump_android.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/test/browser_test_message_pump_android.h"
+#include "content/public/test/browser_test_message_pump_android.h"
#include "base/android/jni_android.h"
#include "base/android/scoped_java_ref.h"

Powered by Google App Engine
This is Rietveld 408576698