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

Unified Diff: Source/modules/webaudio/AudioSourceNode.h

Issue 403013002: Rename WebCore to blink in Modules (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
Index: Source/modules/webaudio/AudioSourceNode.h
diff --git a/Source/modules/webaudio/AudioSourceNode.h b/Source/modules/webaudio/AudioSourceNode.h
index a8105b399931a2507f522cf0b8a1c396753e6adf..75feeb4080a62a191431a4b405aa524d2455a51a 100644
--- a/Source/modules/webaudio/AudioSourceNode.h
+++ b/Source/modules/webaudio/AudioSourceNode.h
@@ -31,7 +31,7 @@
#include "modules/webaudio/AudioNode.h"
-namespace WebCore {
+namespace blink {
class AudioSourceNode : public AudioNode {
public:
@@ -45,6 +45,6 @@ protected:
virtual double latencyTime() const OVERRIDE FINAL { return 0; }
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioSourceNode_h
« no previous file with comments | « Source/modules/webaudio/AudioScheduledSourceNode.cpp ('k') | Source/modules/webaudio/AudioSummingJunction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698