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

Unified Diff: content/browser/shared_worker/shared_worker_service_impl.h

Issue 1473553002: Fix typo: PendingInstaneMap => PendingInstanceMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | content/browser/shared_worker/shared_worker_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/shared_worker/shared_worker_service_impl.h
diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
index 99296d65e3ecd72be0784c0222b90454a1bac9fc..ea68ae66ded6897aac2fde9ce57ce26263dfc156 100644
--- a/content/browser/shared_worker/shared_worker_service_impl.h
+++ b/content/browser/shared_worker/shared_worker_service_impl.h
@@ -110,7 +110,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
typedef base::ScopedPtrHashMap<ProcessRouteIdPair,
scoped_ptr<SharedWorkerHost>> WorkerHostMap;
typedef base::ScopedPtrHashMap<int, scoped_ptr<SharedWorkerPendingInstance>>
- PendingInstaneMap;
+ PendingInstanceMap;
SharedWorkerServiceImpl();
~SharedWorkerServiceImpl() override;
@@ -163,7 +163,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
static bool (*s_try_increment_worker_ref_count_)(int);
WorkerHostMap worker_hosts_;
- PendingInstaneMap pending_instances_;
+ PendingInstanceMap pending_instances_;
int next_pending_instance_id_;
base::ObserverList<WorkerServiceObserver> observers_;
« no previous file with comments | « no previous file | content/browser/shared_worker/shared_worker_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698