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

Unified Diff: Source/platform/audio/Distance.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/DirectConvolver.cpp ('k') | Source/platform/audio/Distance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/Distance.h
diff --git a/Source/platform/audio/Distance.h b/Source/platform/audio/Distance.h
index a2263d36dc4b6c912cef701b4c31d7e37cfd409c..cf2f487d1980927bfb99d2b7d91278d370f66914 100644
--- a/Source/platform/audio/Distance.h
+++ b/Source/platform/audio/Distance.h
@@ -31,7 +31,7 @@
#include "platform/PlatformExport.h"
-namespace WebCore {
+namespace blink {
// Distance models are defined according to the OpenAL specification:
// http://connect.creativelabs.com/openal/Documentation/OpenAL%201.1%20Specification.htm.
@@ -78,6 +78,6 @@ protected:
double m_rolloffFactor;
};
-} // namespace WebCore
+} // namespace blink
#endif // Distance_h
« no previous file with comments | « Source/platform/audio/DirectConvolver.cpp ('k') | Source/platform/audio/Distance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698