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

Unified Diff: Source/platform/network/ResourceLoadPriority.h

Issue 29123004: Move core/platform/network to platform/network (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more file Created 7 years, 2 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 | « Source/platform/network/ResourceLoadInfo.h ('k') | Source/platform/network/ResourceLoadTiming.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/ResourceLoadPriority.h
diff --git a/Source/core/platform/network/ResourceLoadPriority.h b/Source/platform/network/ResourceLoadPriority.h
similarity index 96%
rename from Source/core/platform/network/ResourceLoadPriority.h
rename to Source/platform/network/ResourceLoadPriority.h
index 5a7104f97b12928f01c31de07c6c3e1235af71ae..ccf48d9f821b31f6e675fc4c0849170d1970e18d 100644
--- a/Source/core/platform/network/ResourceLoadPriority.h
+++ b/Source/platform/network/ResourceLoadPriority.h
@@ -29,7 +29,8 @@
namespace WebCore {
enum ResourceLoadPriority {
- // The unresolved priority is here for the convenience of the clients. It should not be passed to the ResourceLoadScheduler.
+ // The unresolved priority is here for the convenience of the clients. It
+ // should not be passed to the ResourceLoadScheduler.
ResourceLoadPriorityUnresolved = -1,
ResourceLoadPriorityVeryLow = 0,
ResourceLoadPriorityLow,
« no previous file with comments | « Source/platform/network/ResourceLoadInfo.h ('k') | Source/platform/network/ResourceLoadTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698