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

Unified Diff: Source/platform/audio/DynamicsCompressorKernel.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/audio/DynamicsCompressor.cpp ('k') | Source/platform/audio/DynamicsCompressorKernel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/DynamicsCompressorKernel.h
diff --git a/Source/platform/audio/DynamicsCompressorKernel.h b/Source/platform/audio/DynamicsCompressorKernel.h
index b2492e8abbdd6b1935892ba59d8be3c521f2fb81..c05474b27740abdf870050066f9dc47de7fa59b3 100644
--- a/Source/platform/audio/DynamicsCompressorKernel.h
+++ b/Source/platform/audio/DynamicsCompressorKernel.h
@@ -35,7 +35,7 @@
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT DynamicsCompressorKernel {
WTF_MAKE_NONCOPYABLE(DynamicsCompressorKernel);
@@ -126,6 +126,6 @@ protected:
float m_K;
};
-} // namespace WebCore
+} // namespace blink
#endif // DynamicsCompressorKernel_h
« no previous file with comments | « Source/platform/audio/DynamicsCompressor.cpp ('k') | Source/platform/audio/DynamicsCompressorKernel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698