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

Unified Diff: Source/platform/audio/UpSampler.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/SincResampler.cpp ('k') | Source/platform/audio/UpSampler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/UpSampler.h
diff --git a/Source/platform/audio/UpSampler.h b/Source/platform/audio/UpSampler.h
index bc8289e401c1c71507e7db8cf1968e46a8b53338..c2cb2d09b543d97a6ae27af13ef56ea7f6d4255c 100644
--- a/Source/platform/audio/UpSampler.h
+++ b/Source/platform/audio/UpSampler.h
@@ -34,7 +34,7 @@
#include "platform/audio/AudioArray.h"
#include "platform/audio/DirectConvolver.h"
-namespace WebCore {
+namespace blink {
// UpSampler up-samples the source stream by a factor of 2x.
@@ -71,6 +71,6 @@ private:
AudioFloatArray m_inputBuffer;
};
-} // namespace WebCore
+} // namespace blink
#endif // UpSampler_h
« no previous file with comments | « Source/platform/audio/SincResampler.cpp ('k') | Source/platform/audio/UpSampler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698