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

Unified Diff: Source/modules/webaudio/AnalyserNode.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/vibration/testing/InternalsVibration.cpp ('k') | Source/modules/webaudio/AnalyserNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AnalyserNode.h
diff --git a/Source/modules/webaudio/AnalyserNode.h b/Source/modules/webaudio/AnalyserNode.h
index fba97158f677b167f23cea9ba8d018421be13cf3..d33ea668614e6befdf024f8985277dadcdaaae22 100644
--- a/Source/modules/webaudio/AnalyserNode.h
+++ b/Source/modules/webaudio/AnalyserNode.h
@@ -29,7 +29,7 @@
#include "modules/webaudio/RealtimeAnalyser.h"
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class ExceptionState;
@@ -73,6 +73,6 @@ private:
RealtimeAnalyser m_analyser;
};
-} // namespace WebCore
+} // namespace blink
#endif // AnalyserNode_h
« no previous file with comments | « Source/modules/vibration/testing/InternalsVibration.cpp ('k') | Source/modules/webaudio/AnalyserNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698