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

Unified Diff: Source/platform/audio/AudioFIFO.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/AudioDestinationConsumer.cpp ('k') | Source/platform/audio/AudioFIFO.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioFIFO.h
diff --git a/Source/platform/audio/AudioFIFO.h b/Source/platform/audio/AudioFIFO.h
index 5b029df742b51b0276d2150fe9bd98b5222840de..ff481c90767f6210234ed38e968859d95b0c08d0 100644
--- a/Source/platform/audio/AudioFIFO.h
+++ b/Source/platform/audio/AudioFIFO.h
@@ -31,7 +31,7 @@
#include "platform/audio/AudioBus.h"
-namespace WebCore {
+namespace blink {
class AudioFIFO {
public:
@@ -70,6 +70,6 @@ private:
size_t m_writeIndex;
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioFIFO.h
« no previous file with comments | « Source/platform/audio/AudioDestinationConsumer.cpp ('k') | Source/platform/audio/AudioFIFO.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698