| Index: sync/engine/directory_update_handler_unittest.cc
|
| diff --git a/sync/engine/directory_update_handler_unittest.cc b/sync/engine/directory_update_handler_unittest.cc
|
| index 2311d0fce83f41c8086b22d13f483d5714113db3..6623cdb2624977545d891e4c3134b8b3ed9be73f 100644
|
| --- a/sync/engine/directory_update_handler_unittest.cc
|
| +++ b/sync/engine/directory_update_handler_unittest.cc
|
| @@ -92,7 +92,7 @@ class DirectoryUpdateHandlerProcessUpdateTest : public ::testing::Test {
|
|
|
| protected:
|
| // Used in the construction of DirectoryTypeDebugInfoEmitters.
|
| - ObserverList<TypeDebugInfoObserver> type_observers_;
|
| + base::ObserverList<TypeDebugInfoObserver> type_observers_;
|
|
|
| private:
|
| base::MessageLoop loop_; // Needed to initialize the directory.
|
| @@ -525,7 +525,7 @@ class DirectoryUpdateHandlerApplyUpdateTest : public ::testing::Test {
|
| scoped_refptr<FakeModelWorker> password_worker_;
|
| scoped_refptr<FakeModelWorker> passive_worker_;
|
|
|
| - ObserverList<TypeDebugInfoObserver> type_observers_;
|
| + base::ObserverList<TypeDebugInfoObserver> type_observers_;
|
| DirectoryTypeDebugInfoEmitter bookmarks_emitter_;
|
| DirectoryTypeDebugInfoEmitter passwords_emitter_;
|
| DirectoryTypeDebugInfoEmitter articles_emitter_;
|
|
|