| Index: chrome/browser/sync/glue/fake_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/fake_data_type_controller.h b/chrome/browser/sync/glue/fake_data_type_controller.h
|
| index e0161dc14a6a6fb7003f09178dce2a4688924f8f..173e9f9e269e4e255db9599423f5a745bd4df422 100644
|
| --- a/chrome/browser/sync/glue/fake_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/fake_data_type_controller.h
|
| @@ -38,7 +38,7 @@ class FakeDataTypeController : public DataTypeController {
|
|
|
| virtual std::string name() const OVERRIDE;
|
|
|
| - virtual csync::ModelSafeGroup model_safe_group() const OVERRIDE;
|
| + virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
|
|
| virtual State state() const OVERRIDE;
|
|
|
|
|