// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SYNC_SERVICE_SYNC_STOPPED_REPORTER_H_ #define COMPONENTS_SYNC_SERVICE_SYNC_STOPPED_REPORTER_H_ #include <memory> #include <string> #include "base/timer/timer.h" #include "url/gurl.h" namespace network { class SharedURLLoaderFactory; class SimpleURLLoader; } // namespace network namespace syncer { // Manages informing the sync server that sync has been disabled. class SyncStoppedReporter { … }; } // namespace syncer #endif // COMPONENTS_SYNC_SERVICE_SYNC_STOPPED_REPORTER_H_