| Index: android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/JankActivity.java
|
| diff --git a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/JankActivity.java b/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/JankActivity.java
|
| similarity index 97%
|
| rename from android_webview/tools/WebViewShell/src/org/chromium/webview_shell/JankActivity.java
|
| rename to android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/JankActivity.java
|
| index 13390b7de25d802089cc684829278e64cf0d0a32..49c780eb3f1c82037daf90e2779300a1d979787d 100644
|
| --- a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/JankActivity.java
|
| +++ b/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/shell/JankActivity.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.content.Intent;
|
|
|