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

Unified Diff: Source/platform/audio/SincResampler.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/ReverbInputBuffer.cpp ('k') | Source/platform/audio/SincResampler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/SincResampler.h
diff --git a/Source/platform/audio/SincResampler.h b/Source/platform/audio/SincResampler.h
index c8ad10d64c481b516db589c3b988bfb282bebf78..21cd57b3120938f9937b095b9549925adf7e9d3b 100644
--- a/Source/platform/audio/SincResampler.h
+++ b/Source/platform/audio/SincResampler.h
@@ -33,7 +33,7 @@
#include "platform/audio/AudioArray.h"
#include "platform/audio/AudioSourceProvider.h"
-namespace WebCore {
+namespace blink {
// SincResampler is a high-quality sample-rate converter.
@@ -82,6 +82,6 @@ protected:
bool m_isBufferPrimed;
};
-} // namespace WebCore
+} // namespace blink
#endif // SincResampler_h
« no previous file with comments | « Source/platform/audio/ReverbInputBuffer.cpp ('k') | Source/platform/audio/SincResampler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698