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

Unified Diff: Source/platform/audio/AudioResamplerKernel.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/AudioResampler.cpp ('k') | Source/platform/audio/AudioResamplerKernel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioResamplerKernel.h
diff --git a/Source/platform/audio/AudioResamplerKernel.h b/Source/platform/audio/AudioResamplerKernel.h
index 32e5a698c1a995decd463039a2dcc3303756fc7c..566dbcf34296b698132cb813c5bc46a49b8019f1 100644
--- a/Source/platform/audio/AudioResamplerKernel.h
+++ b/Source/platform/audio/AudioResamplerKernel.h
@@ -28,7 +28,7 @@
#include "platform/PlatformExport.h"
#include "platform/audio/AudioArray.h"
-namespace WebCore {
+namespace blink {
class AudioResampler;
@@ -72,6 +72,6 @@ private:
unsigned m_fillIndex;
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioResamplerKernel_h
« no previous file with comments | « Source/platform/audio/AudioResampler.cpp ('k') | Source/platform/audio/AudioResamplerKernel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698