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

Side by Side Diff: content/public/test/test_file_system_context.cc

Issue 1967823004: Fix include path for moved thread_task_runner_handle.h header in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: Created 4 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
« no previous file with comments | « content/public/test/test_file_system_backend.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 "content/public/test/test_file_system_context.h" 5 #include "content/public/test/test_file_system_context.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/memory/scoped_vector.h" 9 #include "base/memory/scoped_vector.h"
10 #include "base/thread_task_runner_handle.h" 10 #include "base/threading/thread_task_runner_handle.h"
11 #include "content/public/test/mock_special_storage_policy.h" 11 #include "content/public/test/mock_special_storage_policy.h"
12 #include "content/public/test/test_file_system_backend.h" 12 #include "content/public/test/test_file_system_backend.h"
13 #include "content/public/test/test_file_system_options.h" 13 #include "content/public/test/test_file_system_options.h"
14 #include "storage/browser/fileapi/external_mount_points.h" 14 #include "storage/browser/fileapi/external_mount_points.h"
15 #include "storage/browser/fileapi/file_system_backend.h" 15 #include "storage/browser/fileapi/file_system_backend.h"
16 #include "storage/browser/fileapi/file_system_context.h" 16 #include "storage/browser/fileapi/file_system_context.h"
17 17
18 namespace content { 18 namespace content {
19 19
20 storage::FileSystemContext* CreateFileSystemContextForTesting( 20 storage::FileSystemContext* CreateFileSystemContextForTesting(
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 base::ThreadTaskRunnerHandle::Get().get(), 64 base::ThreadTaskRunnerHandle::Get().get(),
65 base::ThreadTaskRunnerHandle::Get().get(), 65 base::ThreadTaskRunnerHandle::Get().get(),
66 storage::ExternalMountPoints::CreateRefCounted().get(), 66 storage::ExternalMountPoints::CreateRefCounted().get(),
67 make_scoped_refptr(new MockSpecialStoragePolicy()).get(), 67 make_scoped_refptr(new MockSpecialStoragePolicy()).get(),
68 quota_manager_proxy, std::move(additional_providers), 68 quota_manager_proxy, std::move(additional_providers),
69 std::vector<storage::URLRequestAutoMountHandler>(), base_path, 69 std::vector<storage::URLRequestAutoMountHandler>(), base_path,
70 CreateIncognitoFileSystemOptions()); 70 CreateIncognitoFileSystemOptions());
71 } 71 }
72 72
73 } // namespace content 73 } // namespace content
OLDNEW
« no previous file with comments | « content/public/test/test_file_system_backend.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698