| Index: chrome/android/testshell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.java | 
| diff --git a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/AccountChooserFragment.java b/chrome/android/testshell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.java | 
| similarity index 96% | 
| rename from chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/AccountChooserFragment.java | 
| rename to chrome/android/testshell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.java | 
| index 20e34f7ff2cf9b73e06f1d38c1d4dccfff086475..f3e9c14d09a9690f86b1a417c0e809ef7f56d039 100644 | 
| --- a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/AccountChooserFragment.java | 
| +++ b/chrome/android/testshell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.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.chrome.testshell.sync; | 
| +package org.chromium.chrome.shell.sync; | 
|  | 
| import android.app.AlertDialog; | 
| import android.app.Dialog; | 
| @@ -10,7 +10,7 @@ import android.app.DialogFragment; | 
| import android.content.DialogInterface; | 
| import android.os.Bundle; | 
|  | 
| -import org.chromium.chrome.testshell.R; | 
| +import org.chromium.chrome.shell.R; | 
| import org.chromium.sync.signin.AccountManagerHelper; | 
|  | 
| import java.util.List; | 
|  |