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

Unified Diff: Source/wtf/Forward.h

Issue 18228003: Remove AtomicStringImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/wtf/Forward.h
diff --git a/Source/wtf/Forward.h b/Source/wtf/Forward.h
index 274d37601e8e4aae89f6709833429b9a32e7c33d..12428fbf69f8d592e263893730e0d423ac530acc 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;
@@ -67,7 +66,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;

Powered by Google App Engine
This is Rietveld 408576698