| Index: chrome/android/shell/java/src/org/chromium/chrome/shell/invalidation/ChromeShellSyncAdapterService.java
|
| diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapterService.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/invalidation/ChromeShellSyncAdapterService.java
|
| similarity index 73%
|
| rename from chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapterService.java
|
| rename to chrome/android/shell/java/src/org/chromium/chrome/shell/invalidation/ChromeShellSyncAdapterService.java
|
| index c57e543ce3ae9b1e1d54c9dae03152cf93fded64..70e010e0647697979e56b9be1424ed576043cd2b 100644
|
| --- a/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/ChromeShellSyncAdapterService.java
|
| +++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/invalidation/ChromeShellSyncAdapterService.java
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.chrome.shell.sync;
|
| +package org.chromium.chrome.shell.invalidation;
|
|
|
| import android.app.Application;
|
| import android.content.Context;
|
|
|
| -import org.chromium.chrome.browser.sync.ChromiumSyncAdapter;
|
| -import org.chromium.chrome.browser.sync.ChromiumSyncAdapterService;
|
| +import org.chromium.chrome.browser.invalidation.ChromiumSyncAdapter;
|
| +import org.chromium.chrome.browser.invalidation.ChromiumSyncAdapterService;
|
|
|
| public class ChromeShellSyncAdapterService extends ChromiumSyncAdapterService {
|
| @Override
|
|
|