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

Side by Side Diff: trunk/src/webkit/fileapi/test_mount_point_provider.cc

Issue 14985007: Revert 198844 "Move sequenced_task_runner to base/task" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 "webkit/fileapi/test_mount_point_provider.h" 5 #include "webkit/fileapi/test_mount_point_provider.h"
6 6
7 #include <set> 7 #include <set>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/file_util.h" 11 #include "base/file_util.h"
12 #include "base/task/sequenced_task_runner.h" 12 #include "base/sequenced_task_runner.h"
13 #include "webkit/fileapi/copy_or_move_file_validator.h" 13 #include "webkit/fileapi/copy_or_move_file_validator.h"
14 #include "webkit/fileapi/file_observers.h" 14 #include "webkit/fileapi/file_observers.h"
15 #include "webkit/fileapi/file_system_file_stream_reader.h" 15 #include "webkit/fileapi/file_system_file_stream_reader.h"
16 #include "webkit/fileapi/file_system_operation_context.h" 16 #include "webkit/fileapi/file_system_operation_context.h"
17 #include "webkit/fileapi/file_system_quota_util.h" 17 #include "webkit/fileapi/file_system_quota_util.h"
18 #include "webkit/fileapi/file_system_util.h" 18 #include "webkit/fileapi/file_system_util.h"
19 #include "webkit/fileapi/local_file_system_operation.h" 19 #include "webkit/fileapi/local_file_system_operation.h"
20 #include "webkit/fileapi/local_file_util.h" 20 #include "webkit/fileapi/local_file_util.h"
21 #include "webkit/fileapi/native_file_util.h" 21 #include "webkit/fileapi/native_file_util.h"
22 #include "webkit/fileapi/sandbox_file_stream_writer.h" 22 #include "webkit/fileapi/sandbox_file_stream_writer.h"
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 NOTREACHED(); 194 NOTREACHED();
195 callback.Run(base::PLATFORM_FILE_ERROR_INVALID_OPERATION); 195 callback.Run(base::PLATFORM_FILE_ERROR_INVALID_OPERATION);
196 } 196 }
197 197
198 const UpdateObserverList* TestMountPointProvider::GetUpdateObservers( 198 const UpdateObserverList* TestMountPointProvider::GetUpdateObservers(
199 FileSystemType type) const { 199 FileSystemType type) const {
200 return &observers_; 200 return &observers_;
201 } 201 }
202 202
203 } // namespace fileapi 203 } // namespace fileapi
OLDNEW
« no previous file with comments | « trunk/src/webkit/fileapi/task_runner_bound_observer_list.h ('k') | trunk/src/webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698