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

Unified Diff: third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp
diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp
index a9002d4f92676833b1746fa3ac8132fdbb1869c6..8a1cf071eabecdd0161ef2598f1408742fb9dc8f 100644
--- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp
+++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.cpp
@@ -132,8 +132,9 @@ void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) {
Deprecation::countDeprecationCrossOriginIframe(
*document, UseCounter::ApplicationCacheManifestSelectInsecureOrigin);
HostsUsingFeatures::countAnyWorld(
- *document, HostsUsingFeatures::Feature::
- ApplicationCacheManifestSelectInsecureHost);
+ *document,
+ HostsUsingFeatures::Feature::
+ ApplicationCacheManifestSelectInsecureHost);
}
if (m_host && !m_host->selectCacheWithManifest(manifestURL)) {
// It's a foreign entry, restart the current navigation from the top of the

Powered by Google App Engine
This is Rietveld 408576698