| Index: Source/platform/MemoryUsageSupport.h
|
| diff --git a/Source/core/platform/MemoryUsageSupport.h b/Source/platform/MemoryUsageSupport.h
|
| similarity index 97%
|
| rename from Source/core/platform/MemoryUsageSupport.h
|
| rename to Source/platform/MemoryUsageSupport.h
|
| index 36128e10a5825b57eac64edf63a90b652a391937..bf386d1c90814dbf22c00648c8feea28e4003390 100644
|
| --- a/Source/core/platform/MemoryUsageSupport.h
|
| +++ b/Source/platform/MemoryUsageSupport.h
|
| @@ -31,13 +31,14 @@
|
| #ifndef MemoryUsageSupport_h
|
| #define MemoryUsageSupport_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
| -class MemoryUsageSupport {
|
| +class PLATFORM_EXPORT MemoryUsageSupport {
|
| public:
|
| // Returns the current space allocated for the pagefile, in MB.
|
| // That is committed size for Windows and virtual memory size for POSIX.
|
|
|