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

Unified Diff: Source/platform/MemoryUsageSupport.h

Issue 37503004: Remove MemoryUsageSupport (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-up 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
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.

Powered by Google App Engine
This is Rietveld 408576698