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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp

Issue 2868923002: Blink rename follow-up: Use Chromium style in network_instrumentation namespace. (Closed)
Patch Set: Revert changes to tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp Created 3 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 | « no previous file | third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
index 448a4f1b3ed22cfc431f99d7a0508f2cb8d99763..8c303747d69eafbccebead51296f6101ff7637df 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
@@ -539,7 +539,7 @@ ResourceFetcher::PrepareRequestResult ResourceFetcher::PrepareRequest(
params.GetSpeculativePreloadType(), params.IsLinkPreload()));
InitializeResourceRequest(resource_request, factory.GetType(),
params.Defer());
- network_instrumentation::resourcePrioritySet(identifier,
+ network_instrumentation::ResourcePrioritySet(identifier,
resource_request.Priority());
blocked_reason = Context().CanRequest(
@@ -695,7 +695,7 @@ Resource* ResourceFetcher::RequestResource(
if (policy != kUse)
InsertAsPreloadIfNecessary(resource, params, factory.GetType());
- scoped_resource_load_tracker.resourceLoadContinuesBeyondScope();
+ scoped_resource_load_tracker.ResourceLoadContinuesBeyondScope();
DCHECK(!resource->ErrorOccurred() ||
params.Options().synchronous_policy == kRequestSynchronously);
@@ -1427,7 +1427,7 @@ void ResourceFetcher::UpdateAllImageResourcePriorities() {
resource->DidChangePriority(resource_load_priority,
resource_priority.intra_priority_value);
- network_instrumentation::resourcePrioritySet(resource->Identifier(),
+ network_instrumentation::ResourcePrioritySet(resource->Identifier(),
resource_load_priority);
Context().DispatchDidChangeResourcePriority(
resource->Identifier(), resource_load_priority,
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698