| 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,
|
|
|