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

Unified Diff: Source/wtf/RefVector.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/web/win/WebFontRendering.cpp ('k') | Source/wtf/TypeTraits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/RefVector.h
diff --git a/Source/wtf/RefVector.h b/Source/wtf/RefVector.h
index 5117ce9cdb9a8d2875f4bf911defb2b92766f12d..c2c73c05630fe41a9708b5d3ea71c334df1df5e5 100644
--- a/Source/wtf/RefVector.h
+++ b/Source/wtf/RefVector.h
@@ -9,7 +9,7 @@
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
template <typename T>
class RefVector : public RefCounted<RefVector<T> > {
@@ -35,6 +35,6 @@ private:
RefVector(const RefVector& o) : m_vector(o.m_vector) { }
};
-} // namespace WebCore
+} // namespace blink
#endif // RefVector_h
« no previous file with comments | « Source/web/win/WebFontRendering.cpp ('k') | Source/wtf/TypeTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698