| Index: components/sync_driver/model_association_manager.h
|
| diff --git a/components/sync_driver/model_association_manager.h b/components/sync_driver/model_association_manager.h
|
| index b1491d8222f7c14210fada8b36d97f5cebb2404c..6126280809adf6e68d1cc4cd15fb1d8c3d5f26c9 100644
|
| --- a/components/sync_driver/model_association_manager.h
|
| +++ b/components/sync_driver/model_association_manager.h
|
| @@ -86,7 +86,7 @@ class ModelAssociationManager {
|
| // Dependency injection. crbug.com/129212.
|
| base::OneShotTimer* GetTimerForTesting();
|
|
|
| - State state() const { return state_; }
|
| + State state() const { return state_; }
|
|
|
| private:
|
| // Called at the end of association to reset state to prepare for next
|
|
|