| Index: chrome/browser/sync/glue/data_type_manager_impl.h
|
| diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
|
| index a7353948b2ae28e9f3748edc90f3359f0a939b4c..93d000a13a0f786c4bd66632c5b356446e046f36 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager_impl.h
|
| +++ b/chrome/browser/sync/glue/data_type_manager_impl.h
|
| @@ -37,13 +37,9 @@ class DataTypeManagerImpl : public DataTypeManager,
|
|
|
| virtual void Stop();
|
|
|
| - virtual const DataTypeController::TypeMap& controllers() {
|
| - return controllers_;
|
| - };
|
| + virtual const DataTypeController::TypeMap& controllers();
|
|
|
| - virtual State state() {
|
| - return state_;
|
| - }
|
| + virtual State state();
|
|
|
| // NotificationObserver implementation.
|
| virtual void Observe(NotificationType type,
|
|
|