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

Unified Diff: Source/web/WebPageSerializerImpl.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/web/WebPageSerializer.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPageSerializerImpl.h
diff --git a/Source/web/WebPageSerializerImpl.h b/Source/web/WebPageSerializerImpl.h
index 5cd37fba3f0d64d1cbff3b820c6bf84085ea4f9c..d6e883a1280d86b462fdb28a515cd0e4068ab1ff 100644
--- a/Source/web/WebPageSerializerImpl.h
+++ b/Source/web/WebPageSerializerImpl.h
@@ -54,7 +54,7 @@ class Element;
class Node;
}
-namespace WebKit {
+namespace blink {
class WebFrameImpl;
// Get html data by serializing all frames of current page with lists
@@ -187,6 +187,6 @@ private:
SerializeDomParam* param);
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/WebPageSerializer.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698