| Index: components/sync/driver/sync_frontend.h
|
| diff --git a/components/sync_driver/sync_frontend.h b/components/sync/driver/sync_frontend.h
|
| similarity index 94%
|
| rename from components/sync_driver/sync_frontend.h
|
| rename to components/sync/driver/sync_frontend.h
|
| index c81a253ddca35efd2c6284b12e3f74034fb1a48e..ae2239a33223cb6abcb4ba87218bc518abcfe9b1 100644
|
| --- a/components/sync_driver/sync_frontend.h
|
| +++ b/components/sync/driver/sync_frontend.h
|
| @@ -88,8 +88,7 @@ class SyncFrontend {
|
| const syncer::StatusCounters& counters) = 0;
|
|
|
| // The status of the connection to the sync server has changed.
|
| - virtual void OnConnectionStatusChange(
|
| - syncer::ConnectionStatus status) = 0;
|
| + virtual void OnConnectionStatusChange(syncer::ConnectionStatus status) = 0;
|
|
|
| // The syncer requires a passphrase to decrypt sensitive updates. This is
|
| // called when the first sensitive data type is setup by the user and anytime
|
| @@ -118,9 +117,8 @@ class SyncFrontend {
|
| // Until this function is called, observers can assume that the set
|
| // of encrypted types is syncer::Cryptographer::SensitiveTypes() and that
|
| // the encrypt everything flag is false.
|
| - virtual void OnEncryptedTypesChanged(
|
| - syncer::ModelTypeSet encrypted_types,
|
| - bool encrypt_everything) = 0;
|
| + virtual void OnEncryptedTypesChanged(syncer::ModelTypeSet encrypted_types,
|
| + bool encrypt_everything) = 0;
|
|
|
| // Called after we finish encrypting the current set of encrypted
|
| // types.
|
| @@ -130,8 +128,7 @@ class SyncFrontend {
|
| virtual void OnMigrationNeededForTypes(syncer::ModelTypeSet types) = 0;
|
|
|
| // Inform the Frontend that new datatypes are available for registration.
|
| - virtual void OnExperimentsChanged(
|
| - const syncer::Experiments& experiments) = 0;
|
| + virtual void OnExperimentsChanged(const syncer::Experiments& experiments) = 0;
|
|
|
| // Called when the sync cycle returns there is an user actionable error.
|
| virtual void OnActionableError(const syncer::SyncProtocolError& error) = 0;
|
|
|