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

Unified Diff: content/public/test/browser_test_message_pump_android.h

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.h
diff --git a/content/test/browser_test_message_pump_android.h b/content/public/test/browser_test_message_pump_android.h
similarity index 86%
rename from content/test/browser_test_message_pump_android.h
rename to content/public/test/browser_test_message_pump_android.h
index d19b4494effc531f62f144da39d3b86f4823f674..3e735c8d58b4416fc0a32a7ee3f858ab99252292 100644
--- a/content/test/browser_test_message_pump_android.h
+++ b/content/public/test/browser_test_message_pump_android.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_TEST_BROWSER_TEST_MESSAGE_PUMP_ANDROID_
-#define CONTENT_TEST_BROWSER_TEST_MESSAGE_PUMP_ANDROID_
+#ifndef CONTENT_PUBLIC_TEST_BROWSER_TEST_MESSAGE_PUMP_ANDROID_
+#define CONTENT_PUBLIC_TEST_BROWSER_TEST_MESSAGE_PUMP_ANDROID_
#include "base/android/jni_android.h"
#include "base/compiler_specific.h"
@@ -41,4 +41,4 @@ class BrowserTestMessagePumpAndroid : public base::MessagePumpForUI {
} // namespace content
-#endif // CONTENT_TEST_BROWSER_TEST_MESSAGE_PUMP_ANDROID_
+#endif // CONTENT_PUBLIC_TEST_BROWSER_TEST_MESSAGE_PUMP_ANDROID_

Powered by Google App Engine
This is Rietveld 408576698