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

Unified Diff: Source/platform/plugins/PluginListBuilder.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/plugins/PluginData.cpp ('k') | Source/platform/plugins/PluginListBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/plugins/PluginListBuilder.h
diff --git a/Source/platform/plugins/PluginListBuilder.h b/Source/platform/plugins/PluginListBuilder.h
index c803449a39ba2107a9bef572b16deed2fb0eb09a..9f3a70ecf0354dbdc98b9667ea1158c37a421ede 100644
--- a/Source/platform/plugins/PluginListBuilder.h
+++ b/Source/platform/plugins/PluginListBuilder.h
@@ -35,11 +35,11 @@
#include "public/platform/WebPluginListBuilder.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
class PluginListBuilder FINAL : public blink::WebPluginListBuilder {
public:
- PluginListBuilder(Vector<WebCore::PluginInfo>* results) : m_results(results) { }
+ PluginListBuilder(Vector<blink::PluginInfo>* results) : m_results(results) { }
// WebPluginListBuilder methods:
virtual void addPlugin(const blink::WebString& name, const blink::WebString& description, const blink::WebString& fileName) OVERRIDE;
@@ -50,6 +50,6 @@ private:
Vector<PluginInfo>* m_results;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/plugins/PluginData.cpp ('k') | Source/platform/plugins/PluginListBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698