| Index: third_party/WebKit/Source/core/inspector/NetworkResourcesData.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/NetworkResourcesData.h b/third_party/WebKit/Source/core/inspector/NetworkResourcesData.h
|
| index 571154108e4e59910c2ab4c887adc40596cefffd..86c60cc2606fed196d86664de446c198728b2aff 100644
|
| --- a/third_party/WebKit/Source/core/inspector/NetworkResourcesData.h
|
| +++ b/third_party/WebKit/Source/core/inspector/NetworkResourcesData.h
|
| @@ -98,9 +98,9 @@ public:
|
|
|
| bool base64Encoded() const { return m_base64Encoded; }
|
|
|
| - unsigned removeContent();
|
| + size_t removeContent();
|
| bool isContentEvicted() const { return m_isContentEvicted; }
|
| - unsigned evictContent();
|
| + size_t evictContent();
|
|
|
| InspectorPageAgent::ResourceType type() const { return m_type; }
|
| void setType(InspectorPageAgent::ResourceType type) { m_type = type; }
|
|
|