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

Unified Diff: Source/platform/audio/AudioResampler.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/AudioPullFIFO.cpp ('k') | Source/platform/audio/AudioResampler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioResampler.h
diff --git a/Source/platform/audio/AudioResampler.h b/Source/platform/audio/AudioResampler.h
index 55b829fc3fe9ed9da04ec8f44c35ebe990ba3306..aaa698c612f1e9d418f6c9a38ea11ace879a7173 100644
--- a/Source/platform/audio/AudioResampler.h
+++ b/Source/platform/audio/AudioResampler.h
@@ -32,7 +32,7 @@
#include "wtf/OwnPtr.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
// AudioResampler resamples the audio stream from an AudioSourceProvider.
// The audio stream may be single or multi-channel.
@@ -65,6 +65,6 @@ private:
RefPtr<AudioBus> m_sourceBus;
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioResampler_h
« no previous file with comments | « Source/platform/audio/AudioPullFIFO.cpp ('k') | Source/platform/audio/AudioResampler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698