| Index: chrome/browser/sync/profile_sync_service_observer.cc
|
| diff --git a/android_webview/lib/main/webview_tests.cc b/chrome/browser/sync/profile_sync_service_observer.cc
|
| similarity index 55%
|
| copy from android_webview/lib/main/webview_tests.cc
|
| copy to chrome/browser/sync/profile_sync_service_observer.cc
|
| index 2c8d29c6d00885e8e8c27f74a105e94cb5c96fa4..bd870efe000318cc177f76cdcf3c350b4f38e715 100644
|
| --- a/android_webview/lib/main/webview_tests.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_observer.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/test/test_suite.h"
|
| +#include "chrome/browser/sync/profile_sync_service_observer.h"
|
|
|
| -int main(int argc, char** argv) {
|
| - return base::TestSuite(argc, argv).Run();
|
| +void ProfileSyncServiceObserver::OnSyncCycleCompleted() {
|
| + OnStateChanged();
|
| }
|
|
|