Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: sync/engine/directory_commit_contribution_unittest.cc

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « storage/browser/quota/special_storage_policy.h ('k') | sync/engine/directory_update_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/directory_commit_contribution_unittest.cc
diff --git a/sync/engine/directory_commit_contribution_unittest.cc b/sync/engine/directory_commit_contribution_unittest.cc
index 6eed58ea5c2aac6f4c0536fcd82927cdb59c0ceb..ce0fa75ad9bb381ac666d332d4e888a832094373 100644
--- a/sync/engine/directory_commit_contribution_unittest.cc
+++ b/sync/engine/directory_commit_contribution_unittest.cc
@@ -105,7 +105,7 @@ class DirectoryCommitContributionTest : public ::testing::Test {
TestIdFactory id_factory_;
// Used in construction of DirectoryTypeDebugInfoEmitters.
- ObserverList<TypeDebugInfoObserver> type_observers_;
+ base::ObserverList<TypeDebugInfoObserver> type_observers_;
private:
base::MessageLoop loop_; // Neeed to initialize the directory.
« no previous file with comments | « storage/browser/quota/special_storage_policy.h ('k') | sync/engine/directory_update_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698