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

Side by Side Diff: chrome/browser/autofill/risk/fingerprint.cc

Issue 12378016: chrome: Update include paths of string_split.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/autofill/risk/fingerprint.h" 5 #include "chrome/browser/autofill/risk/fingerprint.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/cpu.h" 9 #include "base/cpu.h"
10 #include "base/logging.h" 10 #include "base/logging.h"
11 #include "base/prefs/pref_service.h" 11 #include "base/prefs/pref_service.h"
12 #include "base/string_split.h" 12 #include "base/strings/string_split.h"
13 #include "base/sys_info.h" 13 #include "base/sys_info.h"
14 #include "base/time.h" 14 #include "base/time.h"
15 #include "base/utf_string_conversions.h" 15 #include "base/utf_string_conversions.h"
16 #include "chrome/browser/autofill/risk/proto/fingerprint.pb.h" 16 #include "chrome/browser/autofill/risk/proto/fingerprint.pb.h"
17 #include "chrome/browser/browser_process.h" 17 #include "chrome/browser/browser_process.h"
18 #include "chrome/common/chrome_version_info.h" 18 #include "chrome/common/chrome_version_info.h"
19 #include "chrome/common/pref_names.h" 19 #include "chrome/common/pref_names.h"
20 #include "content/public/browser/content_browser_client.h" 20 #include "content/public/browser/content_browser_client.h"
21 #include "content/public/browser/font_list_async.h" 21 #include "content/public/browser/font_list_async.h"
22 #include "content/public/browser/gpu_data_manager.h" 22 #include "content/public/browser/gpu_data_manager.h"
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 // Begin loading all of the data that we need to load asynchronously. 405 // Begin loading all of the data that we need to load asynchronously.
406 // This class is responsible for freeing its own memory. 406 // This class is responsible for freeing its own memory.
407 new FingerprintDataLoader(gaia_id, window_bounds, content_bounds, screen_info, 407 new FingerprintDataLoader(gaia_id, window_bounds, content_bounds, screen_info,
408 prefs, callback); 408 prefs, callback);
409 } 409 }
410 410
411 } // namespace internal 411 } // namespace internal
412 412
413 } // namespace risk 413 } // namespace risk
414 } // namespace autofill 414 } // namespace autofill
OLDNEW
« no previous file with comments | « chrome/browser/autofill/credit_card.cc ('k') | chrome/browser/autofill/wallet/encryption_escrow_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698