Fix race condition where the items on ResourceContext's UserData map were rewritten to the same value as they were read on the IO thread.
BUG=115678
Review URL: https://chromiumcodereview.appspot.com/9466031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123794 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/resource_context_impl.h b/content/browser/resource_context_impl.h
index 9e92eaf..946ba246 100644
--- a/content/browser/resource_context_impl.h
+++ b/content/browser/resource_context_impl.h
@@ -31,7 +31,7 @@
HostZoomMap* GetHostZoomMapForResourceContext(ResourceContext* context);
// Initialize the above data on the ResourceContext from a given BrowserContext.
-void EnsureResourceContextInitialized(BrowserContext* browser_context);
+void InitializeResourceContext(BrowserContext* browser_context);
} // namespace content