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

Unified Diff: Source/wtf/Forward.h

Issue 19804005: Remove AtomicStringImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/core/svg/properties/SVGAnimatedPropertyDescription.h ('k') | Source/wtf/text/AtomicString.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 bc49faefca500b6d6e7cdfacab789224693879c1..47662650b736385fc705ecff50faa03de8ce5b60 100644
--- a/Source/wtf/Forward.h
+++ b/Source/wtf/Forward.h
@@ -36,7 +36,6 @@ namespace WTF {
class ArrayBuffer;
class ArrayBufferView;
class AtomicString;
- class AtomicStringImpl;
class CString;
class Float32Array;
class Float64Array;
@@ -65,7 +64,6 @@ using WTF::Vector;
using WTF::ArrayBuffer;
using WTF::ArrayBufferView;
using WTF::AtomicString;
-using WTF::AtomicStringImpl;
using WTF::CString;
using WTF::Float32Array;
using WTF::Float64Array;
« no previous file with comments | « Source/core/svg/properties/SVGAnimatedPropertyDescription.h ('k') | Source/wtf/text/AtomicString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698