| Index: chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_preference_unittest.cc (revision 181040)
|
| +++ chrome/browser/sync/profile_sync_service_preference_unittest.cc (working copy)
|
| @@ -100,10 +100,10 @@
|
|
|
| // DataTypeDebugInfoListener implementation.
|
| virtual void OnDataTypeAssociationComplete(
|
| - const syncer::DataTypeAssociationStats& association_stats) {
|
| + const syncer::DataTypeAssociationStats& association_stats) OVERRIDE {
|
| association_stats_ = association_stats;
|
| }
|
| - virtual void OnConfigureComplete() {
|
| + virtual void OnConfigureComplete() OVERRIDE {
|
| // Do nothing.
|
| }
|
|
|
|
|