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

Side by Side Diff: third_party/WebKit/Source/wtf/Forward.h

Issue 1629693002: Add missing closing namespace comments to wtf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PR26274 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2009, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2009, 2011 Apple Inc. All rights reserved.
3 * 3 *
4 * This library is free software; you can redistribute it and/or 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public 5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either 6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version. 7 * version 2 of the License, or (at your option) any later version.
8 * 8 *
9 * This library is distributed in the hope that it will be useful, 9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 class Int16Array; 46 class Int16Array;
47 class Int32Array; 47 class Int32Array;
48 class String; 48 class String;
49 class StringBuilder; 49 class StringBuilder;
50 class StringImpl; 50 class StringImpl;
51 class Uint8Array; 51 class Uint8Array;
52 class Uint8ClampedArray; 52 class Uint8ClampedArray;
53 class Uint16Array; 53 class Uint16Array;
54 class Uint32Array; 54 class Uint32Array;
55 55
56 } 56 } // namespace WTF
57 57
58 using WTF::Function; 58 using WTF::Function;
59 using WTF::OwnPtr; 59 using WTF::OwnPtr;
60 using WTF::PassOwnPtr; 60 using WTF::PassOwnPtr;
61 using WTF::PassRefPtr; 61 using WTF::PassRefPtr;
62 using WTF::RefPtr; 62 using WTF::RefPtr;
63 using WTF::Vector; 63 using WTF::Vector;
64 using WTF::WeakPtr; 64 using WTF::WeakPtr;
65 65
66 using WTF::ArrayBuffer; 66 using WTF::ArrayBuffer;
67 using WTF::ArrayBufferView; 67 using WTF::ArrayBufferView;
68 using WTF::ArrayPiece; 68 using WTF::ArrayPiece;
69 using WTF::AtomicString; 69 using WTF::AtomicString;
70 using WTF::CString; 70 using WTF::CString;
71 using WTF::Float32Array; 71 using WTF::Float32Array;
72 using WTF::Float64Array; 72 using WTF::Float64Array;
73 using WTF::Int8Array; 73 using WTF::Int8Array;
74 using WTF::Int16Array; 74 using WTF::Int16Array;
75 using WTF::Int32Array; 75 using WTF::Int32Array;
76 using WTF::String; 76 using WTF::String;
77 using WTF::StringBuffer; 77 using WTF::StringBuffer;
78 using WTF::StringBuilder; 78 using WTF::StringBuilder;
79 using WTF::StringImpl; 79 using WTF::StringImpl;
80 using WTF::Uint8Array; 80 using WTF::Uint8Array;
81 using WTF::Uint8ClampedArray; 81 using WTF::Uint8ClampedArray;
82 using WTF::Uint16Array; 82 using WTF::Uint16Array;
83 using WTF::Uint32Array; 83 using WTF::Uint32Array;
84 84
85 #endif // WTF_Forward_h 85 #endif // WTF_Forward_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698