Chromium Code Reviews| Index: components/sync_driver/fake_data_type_controller.h |
| diff --git a/components/sync_driver/fake_data_type_controller.h b/components/sync_driver/fake_data_type_controller.h |
| index c0e5fef99eae65934d50dd00f17d834df927fc42..b96e0e5cd64f4dee22c4882d4602bb0fabe54504 100644 |
| --- a/components/sync_driver/fake_data_type_controller.h |
| +++ b/components/sync_driver/fake_data_type_controller.h |
| @@ -8,7 +8,8 @@ |
| #include "components/sync_driver/data_type_controller.h" |
| #include "components/sync_driver/data_type_manager.h" |
| -namespace browser_sync { |
| +namespace sync_driver { |
| + |
| // Fake DataTypeController implementation that simulates the state |
| // machine of a typical asynchronous data type. |
| // |
| @@ -65,5 +66,7 @@ class FakeDataTypeController : public DataTypeController { |
| syncer::SyncError load_error_; |
| }; |
| -} // namespace browser_sync |
| +} // namespace sync_driver |
| + |
| #endif // COMPONENTS_SYNC_DRIVER_FAKE_DATA_TYPE_CONTROLLER_H__ |
| + |
|
maxbogue
2014/07/21 22:14:21
Extra line? Or maybe it's the newline that's suppo
Nicolas Zea
2014/07/21 22:23:31
Extra line. Removed.
|