| Index: chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java | 
| diff --git a/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java b/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java | 
| index 5333613a1e0aa4e03934b3898319194e1d0fa641..f71df563798de9cd65e14845261582cc87deea29 100644 | 
| --- a/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java | 
| +++ b/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java | 
| @@ -1,8 +1,8 @@ | 
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved. | 
| +// Copyright 2013 The Chromium Authors. All rights reserved. | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -package org.chromium.chrome.testshell.uiautomator; | 
| +package org.chromium.chrome.shell.uiautomator; | 
|  | 
| import com.android.uiautomator.testrunner.UiAutomatorTestCase; | 
|  | 
| @@ -13,6 +13,6 @@ import org.chromium.base.test.util.DisabledTest; | 
| */ | 
| public class DummyTest extends UiAutomatorTestCase { | 
|  | 
| -  @DisabledTest | 
| -  public void testPass() {} | 
| +    @DisabledTest | 
| +    public void testPass() {} | 
| } | 
|  |