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

Unified Diff: components/autofill/browser/risk/fingerprint.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
Index: components/autofill/browser/risk/fingerprint.cc
diff --git a/chrome/browser/autofill/risk/fingerprint.cc b/components/autofill/browser/risk/fingerprint.cc
similarity index 99%
rename from chrome/browser/autofill/risk/fingerprint.cc
rename to components/autofill/browser/risk/fingerprint.cc
index bbf1260c8c3712b53d5eb80ccf0531a3eb8548d2..3e13e39b2c6c38ae4584b28e7510898e733af840 100644
--- a/chrome/browser/autofill/risk/fingerprint.cc
+++ b/components/autofill/browser/risk/fingerprint.cc
@@ -2,7 +2,7 @@
// 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/callback.h"
@@ -13,7 +13,7 @@
#include "base/time.h"
#include "base/utf_string_conversions.h"
#include "base/values.h"
-#include "chrome/browser/autofill/risk/proto/fingerprint.pb.h"
+#include "components/autofill/browser/risk/proto/fingerprint.pb.h"
#include "content/public/browser/content_browser_client.h"
#include "content/public/browser/font_list_async.h"
#include "content/public/browser/gpu_data_manager.h"
« no previous file with comments | « components/autofill/browser/risk/fingerprint.h ('k') | components/autofill/browser/risk/proto/fingerprint.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698