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

Unified Diff: Source/modules/webaudio/AudioBasicInspectorNode.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
« no previous file with comments | « Source/modules/webaudio/AsyncAudioDecoder.cpp ('k') | Source/modules/webaudio/AudioBasicInspectorNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioBasicInspectorNode.h
diff --git a/Source/modules/webaudio/AudioBasicInspectorNode.h b/Source/modules/webaudio/AudioBasicInspectorNode.h
index 1e7cf824eb77db574c8dfad6b2c1004d9ca6a899..3a880d2f25113b81b9cacd83314389d619f04e25 100644
--- a/Source/modules/webaudio/AudioBasicInspectorNode.h
+++ b/Source/modules/webaudio/AudioBasicInspectorNode.h
@@ -27,7 +27,7 @@
#include "modules/webaudio/AudioNode.h"
-namespace WebCore {
+namespace blink {
class ExceptionState;
@@ -49,6 +49,6 @@ private:
bool m_needAutomaticPull; // When setting to true, AudioBasicInspectorNode will be pulled automaticlly by AudioContext before the end of each render quantum.
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioBasicInspectorNode_h
« no previous file with comments | « Source/modules/webaudio/AsyncAudioDecoder.cpp ('k') | Source/modules/webaudio/AudioBasicInspectorNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698