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

Side by Side Diff: chrome/browser/password_manager/password_store_proxy_mac_unittest.cc

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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/password_manager/password_store_proxy_mac.h" 5 #include "chrome/browser/password_manager/password_store_proxy_mac.h"
6 6
7 #include "base/files/scoped_temp_dir.h" 7 #include "base/files/scoped_temp_dir.h"
8 #include "base/macros.h"
8 #include "base/scoped_observer.h" 9 #include "base/scoped_observer.h"
9 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
10 #include "base/test/histogram_tester.h" 11 #include "base/test/histogram_tester.h"
11 #include "chrome/browser/password_manager/password_store_mac.h" 12 #include "chrome/browser/password_manager/password_store_mac.h"
12 #include "chrome/browser/password_manager/password_store_mac_internal.h" 13 #include "chrome/browser/password_manager/password_store_mac_internal.h"
13 #include "chrome/browser/prefs/browser_prefs.h" 14 #include "chrome/browser/prefs/browser_prefs.h"
14 #include "components/os_crypt/os_crypt.h" 15 #include "components/os_crypt/os_crypt.h"
15 #include "components/password_manager/core/browser/login_database.h" 16 #include "components/password_manager/core/browser/login_database.h"
16 #include "components/password_manager/core/browser/password_manager_test_utils.h " 17 #include "components/password_manager/core/browser/password_manager_test_utils.h "
17 #include "components/password_manager/core/browser/password_store_consumer.h" 18 #include "components/password_manager/core/browser/password_store_consumer.h"
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 } 488 }
488 489
489 INSTANTIATE_TEST_CASE_P(, 490 INSTANTIATE_TEST_CASE_P(,
490 PasswordStoreProxyMacMigrationTest, 491 PasswordStoreProxyMacMigrationTest,
491 testing::Values(MigrationStatus::NOT_STARTED, 492 testing::Values(MigrationStatus::NOT_STARTED,
492 MigrationStatus::MIGRATED, 493 MigrationStatus::MIGRATED,
493 MigrationStatus::FAILED_ONCE, 494 MigrationStatus::FAILED_ONCE,
494 MigrationStatus::FAILED_TWICE)); 495 MigrationStatus::FAILED_TWICE));
495 496
496 } // namespace 497 } // namespace
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_store_proxy_mac.h ('k') | chrome/browser/password_manager/password_store_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698