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

Unified Diff: Source/platform/audio/AudioFileReader.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/AudioFIFO.cpp ('k') | Source/platform/audio/AudioIOCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioFileReader.h
diff --git a/Source/platform/audio/AudioFileReader.h b/Source/platform/audio/AudioFileReader.h
index 361c970e00a53c3a883789caf414d44afddfc82f..8d288b544b3b35814d0e8fc74a2e0edcf1fac300 100644
--- a/Source/platform/audio/AudioFileReader.h
+++ b/Source/platform/audio/AudioFileReader.h
@@ -32,7 +32,7 @@
#include "platform/PlatformExport.h"
#include "wtf/PassRefPtr.h"
-namespace WebCore {
+namespace blink {
class AudioBus;
@@ -48,6 +48,6 @@ PLATFORM_EXPORT PassRefPtr<AudioBus> createBusFromAudioFile(const char* filePath
// May pass in 0.0 for sampleRate in which case it will use the AudioBus's sampleRate
PLATFORM_EXPORT void writeBusToAudioFile(AudioBus* bus, const char* filePath, double fileSampleRate);
-} // namespace WebCore
+} // namespace blink
#endif // AudioFileReader_h
« no previous file with comments | « Source/platform/audio/AudioFIFO.cpp ('k') | Source/platform/audio/AudioIOCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698