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

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

Issue 2700073002: core/loader: create private directory to store private classes (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/private/CrossOriginPreflightResultCache.h
diff --git a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h b/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
similarity index 100%
rename from third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
rename to third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
index 1fa930e271dc2c0e967445aadb0cc712c479a9d2..46a84457338e9dd12923f982433b820940cb4e38 100644
--- a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
+++ b/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
@@ -27,12 +27,12 @@
#ifndef CrossOriginPreflightResultCache_h
#define CrossOriginPreflightResultCache_h
+#include <memory>
#include "platform/loader/fetch/ResourceLoaderOptions.h"
#include "platform/weborigin/KURLHash.h"
#include "wtf/HashMap.h"
#include "wtf/HashSet.h"
#include "wtf/text/StringHash.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698