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

Unified Diff: third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h

Issue 2324033004: Fix "More than one command on the same line" presubmit errors: core/fetch,loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: decreasePreloadCount() Created 4 years, 3 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/CrossOriginPreflightResultCache.h
diff --git a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h b/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
index 7f8c2d7030728e37f9220de50a127125e210ea86..b3bc6126c02906cbd74d00c5f09a446e7d743300 100644
--- a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
+++ b/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
@@ -40,7 +40,8 @@ class HTTPHeaderMap;
class ResourceResponse;
class CrossOriginPreflightResultCacheItem {
- WTF_MAKE_NONCOPYABLE(CrossOriginPreflightResultCacheItem); USING_FAST_MALLOC(CrossOriginPreflightResultCacheItem);
+ WTF_MAKE_NONCOPYABLE(CrossOriginPreflightResultCacheItem);
+ USING_FAST_MALLOC(CrossOriginPreflightResultCacheItem);
public:
CrossOriginPreflightResultCacheItem(StoredCredentials credentials)
: m_absoluteExpiryTime(0)
@@ -66,7 +67,8 @@ private:
};
class CrossOriginPreflightResultCache {
- WTF_MAKE_NONCOPYABLE(CrossOriginPreflightResultCache); USING_FAST_MALLOC(CrossOriginPreflightResultCache);
+ WTF_MAKE_NONCOPYABLE(CrossOriginPreflightResultCache);
+ USING_FAST_MALLOC(CrossOriginPreflightResultCache);
public:
static CrossOriginPreflightResultCache& shared();
« no previous file with comments | « third_party/WebKit/Source/core/fetch/Resource.h ('k') | third_party/WebKit/Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698