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

Unified Diff: Source/core/platform/PlatformSpeechSynthesizer.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/core/platform/Pasteboard.cpp ('k') | Source/core/platform/PlatformSpeechSynthesizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/PlatformSpeechSynthesizer.h
diff --git a/Source/core/platform/PlatformSpeechSynthesizer.h b/Source/core/platform/PlatformSpeechSynthesizer.h
index 3d1b81589a9421d83c4287484364fc53d57a2b6e..ced73ff9e6f6adb7adfb1b1a3bef4d1a7bd619ad 100644
--- a/Source/core/platform/PlatformSpeechSynthesizer.h
+++ b/Source/core/platform/PlatformSpeechSynthesizer.h
@@ -30,7 +30,7 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/Vector.h"
-namespace WebKit {
+namespace blink {
class WebSpeechSynthesizer;
class WebSpeechSynthesizerClient;
}
@@ -81,8 +81,8 @@ protected:
private:
PlatformSpeechSynthesizerClient* m_speechSynthesizerClient;
- OwnPtr<WebKit::WebSpeechSynthesizer> m_webSpeechSynthesizer;
- OwnPtr<WebKit::WebSpeechSynthesizerClient> m_webSpeechSynthesizerClient;
+ OwnPtr<blink::WebSpeechSynthesizer> m_webSpeechSynthesizer;
+ OwnPtr<blink::WebSpeechSynthesizerClient> m_webSpeechSynthesizerClient;
};
} // namespace WebCore
« no previous file with comments | « Source/core/platform/Pasteboard.cpp ('k') | Source/core/platform/PlatformSpeechSynthesizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698