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

Unified Diff: third_party/mojo/src/mojo/edk/js/handle.h

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 | « sync/test/fake_sync_encryption_handler.h ('k') | tools/valgrind/gtest_exclude/base_unittests.gtest.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/edk/js/handle.h
diff --git a/third_party/mojo/src/mojo/edk/js/handle.h b/third_party/mojo/src/mojo/edk/js/handle.h
index 200b322d44f3c9f7aa24e4dce18580fc9ceec709..36e53c8e337a522c23e904f0fb8a564782291f02 100644
--- a/third_party/mojo/src/mojo/edk/js/handle.h
+++ b/third_party/mojo/src/mojo/edk/js/handle.h
@@ -39,7 +39,7 @@ class HandleWrapper : public gin::Wrappable<HandleWrapper> {
void NotifyCloseObservers();
mojo::ScopedHandle handle_;
- ObserverList<HandleCloseObserver> close_observers_;
+ base::ObserverList<HandleCloseObserver> close_observers_;
};
} // namespace js
« no previous file with comments | « sync/test/fake_sync_encryption_handler.h ('k') | tools/valgrind/gtest_exclude/base_unittests.gtest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698