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

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

Issue 486843004: Change base/file_utils.h includes to base/files/file_utils.h in chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad merge Created 6 years, 4 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 "base/basictypes.h" 5 #include "base/basictypes.h"
6 #include "base/bind.h" 6 #include "base/bind.h"
7 #include "base/bind_helpers.h" 7 #include "base/bind_helpers.h"
8 #include "base/file_util.h" 8 #include "base/files/file_util.h"
9 #include "base/files/scoped_temp_dir.h" 9 #include "base/files/scoped_temp_dir.h"
10 #include "base/prefs/pref_service.h" 10 #include "base/prefs/pref_service.h"
11 #include "base/run_loop.h" 11 #include "base/run_loop.h"
12 #include "base/stl_util.h" 12 #include "base/stl_util.h"
13 #include "base/strings/string_util.h" 13 #include "base/strings/string_util.h"
14 #include "base/strings/stringprintf.h" 14 #include "base/strings/stringprintf.h"
15 #include "base/strings/utf_string_conversions.h" 15 #include "base/strings/utf_string_conversions.h"
16 #include "base/time/time.h" 16 #include "base/time/time.h"
17 #include "chrome/browser/password_manager/password_store_x.h" 17 #include "chrome/browser/password_manager/password_store_x.h"
18 #include "chrome/test/base/testing_browser_process.h" 18 #include "chrome/test/base/testing_browser_process.h"
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 463
464 INSTANTIATE_TEST_CASE_P(NoBackend, 464 INSTANTIATE_TEST_CASE_P(NoBackend,
465 PasswordStoreXTest, 465 PasswordStoreXTest,
466 testing::Values(NO_BACKEND)); 466 testing::Values(NO_BACKEND));
467 INSTANTIATE_TEST_CASE_P(FailingBackend, 467 INSTANTIATE_TEST_CASE_P(FailingBackend,
468 PasswordStoreXTest, 468 PasswordStoreXTest,
469 testing::Values(FAILING_BACKEND)); 469 testing::Values(FAILING_BACKEND));
470 INSTANTIATE_TEST_CASE_P(WorkingBackend, 470 INSTANTIATE_TEST_CASE_P(WorkingBackend,
471 PasswordStoreXTest, 471 PasswordStoreXTest,
472 testing::Values(WORKING_BACKEND)); 472 testing::Values(WORKING_BACKEND));
OLDNEW
« no previous file with comments | « chrome/browser/net/sqlite_channel_id_store_unittest.cc ('k') | chrome/browser/pepper_flash_settings_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698