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

Unified Diff: chrome/renderer/safe_browsing/malware_dom_details.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (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: chrome/renderer/safe_browsing/malware_dom_details.h
diff --git a/chrome/renderer/safe_browsing/malware_dom_details.h b/chrome/renderer/safe_browsing/malware_dom_details.h
index ff094930792c1079fa92077f912ffe24a94c196a..f49d2f2c2dd0925923d206dae18c5a1b99dc46bd 100644
--- a/chrome/renderer/safe_browsing/malware_dom_details.h
+++ b/chrome/renderer/safe_browsing/malware_dom_details.h
@@ -15,7 +15,7 @@
#include "base/compiler_specific.h"
#include "content/public/renderer/render_view_observer.h"
-namespace WebKit {
+namespace blink {
class WebElement;
}
@@ -50,7 +50,7 @@ class MalwareDOMDetails : public content::RenderViewObserver {
// Handler for the various HTML elements that we extract URLs from.
void HandleElement(
- const WebKit::WebElement& element,
+ const blink::WebElement& element,
SafeBrowsingHostMsg_MalwareDOMDetails_Node* parent_node,
std::vector<SafeBrowsingHostMsg_MalwareDOMDetails_Node>* resources);
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper_win.cc ('k') | chrome/renderer/safe_browsing/malware_dom_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698