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

Unified Diff: content/child/worker_task_runner.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
Index: content/child/worker_task_runner.cc
diff --git a/content/child/worker_task_runner.cc b/content/child/worker_task_runner.cc
index 17b4e1654b597b5cba72fa03ea3ed76bfbd152df..bd469c1fbe52270ba72ba878987c08066f0baee8 100644
--- a/content/child/worker_task_runner.cc
+++ b/content/child/worker_task_runner.cc
@@ -39,7 +39,7 @@ class DoNothingTaskRunner : public base::TaskRunner {
struct WorkerTaskRunner::ThreadLocalState {
ThreadLocalState() {}
- ObserverList<WorkerTaskRunner::Observer> stop_observers_;
+ base::ObserverList<WorkerTaskRunner::Observer> stop_observers_;
};
WorkerTaskRunner::WorkerTaskRunner()
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/common/gpu/client/command_buffer_proxy_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698