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

Unified Diff: Source/web/WebPluginLoadObserver.cpp

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/web/WebPluginLoadObserver.h ('k') | Source/web/WebPluginScrollbarImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginLoadObserver.cpp
diff --git a/Source/web/WebPluginLoadObserver.cpp b/Source/web/WebPluginLoadObserver.cpp
index 5ec59a60c73338857ac1b0955aede8a89eb4c915..2ca113f6ff4d51ec8acd21b17c056a26d515834d 100644
--- a/Source/web/WebPluginLoadObserver.cpp
+++ b/Source/web/WebPluginLoadObserver.cpp
@@ -34,7 +34,7 @@
#include "WebPlugin.h"
#include "WebPluginContainerImpl.h"
-namespace WebKit {
+namespace blink {
WebPluginLoadObserver::~WebPluginLoadObserver()
{
@@ -54,4 +54,4 @@ void WebPluginLoadObserver::didFailLoading(const WebURLError& error)
m_pluginContainer->plugin()->didFailLoadingFrameRequest(m_notifyURL, m_notifyData, error);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebPluginLoadObserver.h ('k') | Source/web/WebPluginScrollbarImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698