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

Unified Diff: public/platform/WebArrayBuffer.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/platform/WebAnimationDelegate.h ('k') | public/platform/WebAudioBus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebArrayBuffer.h
diff --git a/public/platform/WebArrayBuffer.h b/public/platform/WebArrayBuffer.h
index 961833a02a064f825ce383ebf4dced4ef1f2478b..85f61bf16be4ad8630066e7d5d7920b618d1a600 100644
--- a/public/platform/WebArrayBuffer.h
+++ b/public/platform/WebArrayBuffer.h
@@ -41,7 +41,7 @@ template <class T> class Handle;
namespace WTF { class ArrayBuffer; }
-namespace WebKit {
+namespace blink {
class WebArrayBuffer {
public:
@@ -77,6 +77,6 @@ protected:
WebPrivatePtr<WTF::ArrayBuffer> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebArrayBuffer_h
« no previous file with comments | « public/platform/WebAnimationDelegate.h ('k') | public/platform/WebAudioBus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698