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

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

Issue 273153003: Remove stray platform_file.h from chrome and components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove "using" Created 6 years, 7 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/file_util.h"
9 #include "base/files/scoped_temp_dir.h" 9 #include "base/files/scoped_temp_dir.h"
10 #include "base/platform_file.h"
11 #include "base/prefs/pref_service.h" 10 #include "base/prefs/pref_service.h"
12 #include "base/run_loop.h" 11 #include "base/run_loop.h"
13 #include "base/stl_util.h" 12 #include "base/stl_util.h"
14 #include "base/strings/string_util.h" 13 #include "base/strings/string_util.h"
15 #include "base/strings/stringprintf.h" 14 #include "base/strings/stringprintf.h"
16 #include "base/strings/utf_string_conversions.h" 15 #include "base/strings/utf_string_conversions.h"
17 #include "base/time/time.h" 16 #include "base/time/time.h"
18 #include "chrome/browser/password_manager/password_store_x.h" 17 #include "chrome/browser/password_manager/password_store_x.h"
19 #include "chrome/test/base/testing_browser_process.h" 18 #include "chrome/test/base/testing_browser_process.h"
20 #include "components/password_manager/core/browser/password_form_data.h" 19 #include "components/password_manager/core/browser/password_form_data.h"
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 443
445 INSTANTIATE_TEST_CASE_P(NoBackend, 444 INSTANTIATE_TEST_CASE_P(NoBackend,
446 PasswordStoreXTest, 445 PasswordStoreXTest,
447 testing::Values(NO_BACKEND)); 446 testing::Values(NO_BACKEND));
448 INSTANTIATE_TEST_CASE_P(FailingBackend, 447 INSTANTIATE_TEST_CASE_P(FailingBackend,
449 PasswordStoreXTest, 448 PasswordStoreXTest,
450 testing::Values(FAILING_BACKEND)); 449 testing::Values(FAILING_BACKEND));
451 INSTANTIATE_TEST_CASE_P(WorkingBackend, 450 INSTANTIATE_TEST_CASE_P(WorkingBackend,
452 PasswordStoreXTest, 451 PasswordStoreXTest,
453 testing::Values(WORKING_BACKEND)); 452 testing::Values(WORKING_BACKEND));
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/linux/mtp_device_task_helper.h ('k') | chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698