Index: android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
similarity index 92% |
rename from android_webview/test/shell/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerActivity.java |
rename to android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
index 5abf5249c90647c1f0a7748af1efa9ae6e56f2d5..9bd8eddfc6937ea0167d821e371868c8effbecfc 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerActivity.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
@@ -15,7 +15,7 @@ import android.widget.LinearLayout; |
/* |
* This is a lightweight activity for tests that only require WebView functionality. |
*/ |
-public class AndroidWebViewTestRunnerActivity extends Activity { |
+public class AwTestRunnerActivity extends Activity { |
private LinearLayout mLinearLayout; |
@@ -26,7 +26,7 @@ public class AndroidWebViewTestRunnerActivity extends Activity { |
// TODO(joth): When SW-renderer is available, we'll want to enable this on a per-test |
// basis. |
boolean hardwareAccelerated = true; |
- Log.i("AndroidWebViewTestRunnerActivity", "Is " + (hardwareAccelerated ? "" : "NOT ") |
+ Log.i("AwTestRunnerActivity", "Is " + (hardwareAccelerated ? "" : "NOT ") |
+ "hardware accelerated"); |
if (hardwareAccelerated) { |