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

Unified Diff: components/autofill/content/browser/risk/fingerprint.cc

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: components/autofill/content/browser/risk/fingerprint.cc
diff --git a/components/autofill/content/browser/risk/fingerprint.cc b/components/autofill/content/browser/risk/fingerprint.cc
index 1823d8ec29fed1b844f8f7b94703aa48f092d0af..f5d1fad79aee85e839c35aca062a85bb71c63b1b 100644
--- a/components/autofill/content/browser/risk/fingerprint.cc
+++ b/components/autofill/content/browser/risk/fingerprint.cc
@@ -44,7 +44,7 @@
#include "ui/gfx/rect.h"
#include "ui/gfx/screen.h"
-using WebKit::WebScreenInfo;
+using blink::WebScreenInfo;
namespace autofill {
namespace risk {
@@ -505,7 +505,7 @@ void GetFingerprintInternal(
uint64 obfuscated_gaia_id,
const gfx::Rect& window_bounds,
const gfx::Rect& content_bounds,
- const WebKit::WebScreenInfo& screen_info,
+ const blink::WebScreenInfo& screen_info,
const std::string& version,
const std::string& charset,
const std::string& accept_languages,
@@ -535,7 +535,7 @@ void GetFingerprint(
gfx::Rect content_bounds;
web_contents.GetView()->GetContainerBounds(&content_bounds);
- WebKit::WebScreenInfo screen_info;
+ blink::WebScreenInfo screen_info;
content::RenderWidgetHostView* host_view =
web_contents.GetRenderWidgetHostView();
if (host_view)
« no previous file with comments | « components/autofill/content/browser/risk/fingerprint.h ('k') | components/autofill/content/renderer/autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698