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

Unified Diff: Source/platform/audio/HRTFPanner.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/HRTFKernel.cpp ('k') | Source/platform/audio/HRTFPanner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/HRTFPanner.h
diff --git a/Source/platform/audio/HRTFPanner.h b/Source/platform/audio/HRTFPanner.h
index a56d0cf85ab17034dc0f7ab7a8725fbdd90cf9d8..5f41966b77a9288c1f83f8346f42a926514f65bf 100644
--- a/Source/platform/audio/HRTFPanner.h
+++ b/Source/platform/audio/HRTFPanner.h
@@ -30,7 +30,7 @@
#include "platform/audio/HRTFDatabaseLoader.h"
#include "platform/audio/Panner.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT HRTFPanner : public Panner {
public:
@@ -104,6 +104,6 @@ private:
AudioFloatArray m_tempR2;
};
-} // namespace WebCore
+} // namespace blink
#endif // HRTFPanner_h
« no previous file with comments | « Source/platform/audio/HRTFKernel.cpp ('k') | Source/platform/audio/HRTFPanner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698