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

Unified Diff: Source/platform/audio/FFTFrame.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/FFTConvolver.cpp ('k') | Source/platform/audio/FFTFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/FFTFrame.h
diff --git a/Source/platform/audio/FFTFrame.h b/Source/platform/audio/FFTFrame.h
index 5fdc97dc0562565bb50897724c9c5c42f900542e..99db2b98f635b77553d4d4e97b49c9e5c441035f 100644
--- a/Source/platform/audio/FFTFrame.h
+++ b/Source/platform/audio/FFTFrame.h
@@ -48,7 +48,7 @@ struct RDFTContext;
#include "wtf/PassOwnPtr.h"
#include "wtf/Threading.h"
-namespace WebCore {
+namespace blink {
// Defines the interface for an "FFT frame", an object which is able to perform a forward
// and reverse FFT, internally storing the resultant frequency-domain data.
@@ -143,6 +143,6 @@ private:
#endif // !OS(MACOSX)
};
-} // namespace WebCore
+} // namespace blink
#endif // FFTFrame_h
« no previous file with comments | « Source/platform/audio/FFTConvolver.cpp ('k') | Source/platform/audio/FFTFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698