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

Unified Diff: Source/platform/MemoryUsageSupport.cpp

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
« no previous file with comments | « Source/platform/MemoryUsageSupport.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/MemoryUsageSupport.cpp
diff --git a/Source/core/platform/chromium/MemoryUsageSupportChromium.cpp b/Source/platform/MemoryUsageSupport.cpp
similarity index 98%
rename from Source/core/platform/chromium/MemoryUsageSupportChromium.cpp
rename to Source/platform/MemoryUsageSupport.cpp
index 2975d4824687e893ed72e509744a4ec069bccee5..f1d9e6793fe737a4d702fc8e6cfbaa6008d2bcfb 100644
--- a/Source/core/platform/chromium/MemoryUsageSupportChromium.cpp
+++ b/Source/platform/MemoryUsageSupport.cpp
@@ -29,11 +29,11 @@
*/
#include "config.h"
-#include "core/platform/MemoryUsageSupport.h"
+#include "platform/MemoryUsageSupport.h"
-#include <SkGraphics.h>
#include "public/platform/Platform.h"
#include "wtf/OwnPtr.h"
+#include <SkGraphics.h>
abarth-chromium 2013/10/23 19:31:34 Why do we need to include this header in this file
namespace WebCore {
« no previous file with comments | « Source/platform/MemoryUsageSupport.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698