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

Unified Diff: content/public/renderer/document_state.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: content/public/renderer/document_state.h
diff --git a/content/public/renderer/document_state.h b/content/public/renderer/document_state.h
index cd9fd585206107745a4800421fcf261b662f73d1..11b7d5e10bfdee31939614cafb452b8ecfe3f078 100644
--- a/content/public/renderer/document_state.h
+++ b/content/public/renderer/document_state.h
@@ -22,7 +22,7 @@ class NavigationState;
// The RenderView stores an instance of this class in the "extra data" of each
// WebDataSource (see RenderView::DidCreateDataSource).
class CONTENT_EXPORT DocumentState
- : NON_EXPORTED_BASE(public WebKit::WebDataSource::ExtraData),
+ : NON_EXPORTED_BASE(public blink::WebDataSource::ExtraData),
public base::SupportsUserData {
public:
// The exact values of this enum are used in histograms, so new values must be
@@ -43,7 +43,7 @@ class CONTENT_EXPORT DocumentState
DocumentState();
virtual ~DocumentState();
- static DocumentState* FromDataSource(WebKit::WebDataSource* ds) {
+ static DocumentState* FromDataSource(blink::WebDataSource* ds) {
return static_cast<DocumentState*>(ds->extraData());
}
« no previous file with comments | « content/public/renderer/content_renderer_client.cc ('k') | content/public/renderer/history_item_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698