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

Unified Diff: Source/web/WebPageSerializer.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/WebPagePopupImpl.cpp ('k') | Source/web/WebPageSerializerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPageSerializer.cpp
diff --git a/Source/web/WebPageSerializer.cpp b/Source/web/WebPageSerializer.cpp
index 60ff53eeee464d735758933ee4cc36754e583b1e..03fba992cb597429ccda143feef59b7c00cf6716 100644
--- a/Source/web/WebPageSerializer.cpp
+++ b/Source/web/WebPageSerializer.cpp
@@ -134,7 +134,7 @@ void retrieveResourcesForElement(Element* element,
}
void retrieveResourcesForFrame(Frame* frame,
- const WebKit::WebVector<WebKit::WebCString>& supportedSchemes,
+ const blink::WebVector<blink::WebCString>& supportedSchemes,
Vector<Frame*>* visitedFrames,
Vector<Frame*>* framesToVisit,
Vector<KURL>* frameURLs,
@@ -179,7 +179,7 @@ void retrieveResourcesForFrame(Frame* frame,
} // namespace
-namespace WebKit {
+namespace blink {
void WebPageSerializer::serialize(WebView* view, WebVector<WebPageSerializer::Resource>* resourcesParam)
{
@@ -298,4 +298,4 @@ WebString WebPageSerializer::generateBaseTagDeclaration(const WebString& baseTar
return baseString;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebPageSerializerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698