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

Unified Diff: third_party/WebKit/Source/wtf/Forward.h

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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 | « third_party/WebKit/Source/wtf/Float64Array.h ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/Forward.h
diff --git a/third_party/WebKit/Source/wtf/Forward.h b/third_party/WebKit/Source/wtf/Forward.h
index ea65251104fa07abd181a2d711f5be4da5bf84c6..7d857bd83bfadbae1ffef57ef37a85cc23318e6f 100644
--- a/third_party/WebKit/Source/wtf/Forward.h
+++ b/third_party/WebKit/Source/wtf/Forward.h
@@ -25,15 +25,24 @@
namespace WTF {
-template <typename T> class Function;
-template <typename T> class OwnPtr;
-template <typename T> class PassOwnPtr;
-template <typename T> class PassRefPtr;
-template <typename T> class RefPtr;
-template <size_t size> class SizeSpecificPartitionAllocator;
-template <typename T> class StringBuffer;
-template <typename T, size_t inlineCapacity, typename Allocator> class Vector;
-template <typename T> class WeakPtr;
+template <typename T>
+class Function;
+template <typename T>
+class OwnPtr;
+template <typename T>
+class PassOwnPtr;
+template <typename T>
+class PassRefPtr;
+template <typename T>
+class RefPtr;
+template <size_t size>
+class SizeSpecificPartitionAllocator;
+template <typename T>
+class StringBuffer;
+template <typename T, size_t inlineCapacity, typename Allocator>
+class Vector;
+template <typename T>
+class WeakPtr;
class ArrayBuffer;
class ArrayBufferView;
@@ -52,7 +61,6 @@ class Uint8Array;
class Uint8ClampedArray;
class Uint16Array;
class Uint32Array;
-
}
using WTF::Function;
@@ -82,4 +90,4 @@ using WTF::Uint8ClampedArray;
using WTF::Uint16Array;
using WTF::Uint32Array;
-#endif // WTF_Forward_h
+#endif // WTF_Forward_h
« no previous file with comments | « third_party/WebKit/Source/wtf/Float64Array.h ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698