Index: chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/ChromiumTestShellSyncAdapterService.java |
diff --git a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/ChromiumTestShellSyncAdapterService.java b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/ChromiumTestShellSyncAdapterService.java |
deleted file mode 100644 |
index f89e0e2cef6507ff0760d86f7202fc2449add145..0000000000000000000000000000000000000000 |
--- a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/ChromiumTestShellSyncAdapterService.java |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// 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.sync; |
- |
-import android.app.Application; |
-import android.content.Context; |
- |
-import org.chromium.chrome.browser.sync.ChromiumSyncAdapter; |
-import org.chromium.chrome.browser.sync.ChromiumSyncAdapterService; |
- |
-public class ChromiumTestShellSyncAdapterService extends ChromiumSyncAdapterService { |
- @Override |
- protected ChromiumSyncAdapter createChromiumSyncAdapter( |
- Context context, Application application) { |
- return new ChromiumTestShellSyncAdapter(context, getApplication()); |
- } |
-} |