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

Unified Diff: chrome/browser/autofill/risk/fingerprint_browsertest.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 months 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 | « chrome/browser/autofill/risk/fingerprint.cc ('k') | chrome/browser/autofill/risk/proto/fingerprint.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/risk/fingerprint_browsertest.cc
diff --git a/chrome/browser/autofill/risk/fingerprint_browsertest.cc b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
index 0d43babffb8ee4e53660943ffee4a13598a128ed..6d6fd48e30302fb7e88cd3f15ff9614d14846bd3 100644
--- a/chrome/browser/autofill/risk/fingerprint_browsertest.cc
+++ b/chrome/browser/autofill/risk/fingerprint_browsertest.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autofill/risk/fingerprint.h"
+#include "components/autofill/browser/risk/fingerprint.h"
#include "base/bind.h"
#include "base/message_loop.h"
#include "base/port.h"
-#include "chrome/browser/autofill/risk/proto/fingerprint.pb.h"
#include "chrome/test/base/in_process_browser_test.h"
+#include "components/autofill/browser/risk/proto/fingerprint.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebScreenInfo.h"
« no previous file with comments | « chrome/browser/autofill/risk/fingerprint.cc ('k') | chrome/browser/autofill/risk/proto/fingerprint.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698