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

Unified Diff: Source/wtf/Forward.h

Issue 13973026: remove memoryinstrumentation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove the rest part of MemoryInstrumentation Created 7 years, 8 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/modules/webaudio/AudioNode.cpp ('k') | Source/wtf/ListHashSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Forward.h
diff --git a/Source/wtf/Forward.h b/Source/wtf/Forward.h
index 5c2acfe7af2a2129286047cf75ab3f67cd37515e..b81ab2580deaffe2c51df29f355e5aa6f67c64fb 100644
--- a/Source/wtf/Forward.h
+++ b/Source/wtf/Forward.h
@@ -46,8 +46,6 @@ namespace WTF {
class Int8Array;
class Int16Array;
class Int32Array;
- class MemoryInstrumentation;
- class MemoryObjectInfo;
class String;
template <typename T> class StringBuffer;
class StringBuilder;
@@ -80,8 +78,6 @@ using WTF::Float64Array;
using WTF::Int8Array;
using WTF::Int16Array;
using WTF::Int32Array;
-using WTF::MemoryInstrumentation;
-using WTF::MemoryObjectInfo;
using WTF::String;
using WTF::StringBuffer;
using WTF::StringBuilder;
« no previous file with comments | « Source/modules/webaudio/AudioNode.cpp ('k') | Source/wtf/ListHashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698