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