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

Unified Diff: android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/WebViewLayoutTestActivity.java

Issue 1364593002: Refactor android_webview_shell and its tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/WebViewLayoutTestActivity.java
diff --git a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java b/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/WebViewLayoutTestActivity.java
similarity index 99%
rename from android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java
rename to android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/WebViewLayoutTestActivity.java
index d28a5aeea1473a9b889611aad2e693422125420b..882112f6612d071187518a58f01c95f54147a20e 100644
--- a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTestActivity.java
+++ b/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/WebViewLayoutTestActivity.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.webview_shell;
+package org.chromium.webview_shell.shell;
import android.app.Activity;
import android.os.Bundle;

Powered by Google App Engine
This is Rietveld 408576698