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

Side by Side Diff: content/worker/worker_webkitplatformsupport_impl.cc

Issue 282893003: Remove stray platform_file.h from content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/shell/renderer/shell_content_renderer_client.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "content/worker/worker_webkitplatformsupport_impl.h" 5 #include "content/worker/worker_webkitplatformsupport_impl.h"
6 6
7 #include "base/files/file_path.h" 7 #include "base/files/file_path.h"
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "base/message_loop/message_loop_proxy.h" 9 #include "base/message_loop/message_loop_proxy.h"
10 #include "base/platform_file.h"
11 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
12 #include "content/child/blink_glue.h" 11 #include "content/child/blink_glue.h"
13 #include "content/child/database_util.h" 12 #include "content/child/database_util.h"
14 #include "content/child/fileapi/webfilesystem_impl.h" 13 #include "content/child/fileapi/webfilesystem_impl.h"
15 #include "content/child/indexed_db/webidbfactory_impl.h" 14 #include "content/child/indexed_db/webidbfactory_impl.h"
16 #include "content/child/quota_dispatcher.h" 15 #include "content/child/quota_dispatcher.h"
17 #include "content/child/quota_message_filter.h" 16 #include "content/child/quota_message_filter.h"
18 #include "content/child/thread_safe_sender.h" 17 #include "content/child/thread_safe_sender.h"
19 #include "content/child/web_database_observer_impl.h" 18 #include "content/child/web_database_observer_impl.h"
20 #include "content/child/webblobregistry_impl.h" 19 #include "content/child/webblobregistry_impl.h"
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 return; 306 return;
308 QuotaDispatcher::ThreadSpecificInstance( 307 QuotaDispatcher::ThreadSpecificInstance(
309 thread_safe_sender_.get(), 308 thread_safe_sender_.get(),
310 quota_message_filter_.get())->QueryStorageUsageAndQuota( 309 quota_message_filter_.get())->QueryStorageUsageAndQuota(
311 storage_partition, 310 storage_partition,
312 static_cast<quota::StorageType>(type), 311 static_cast<quota::StorageType>(type),
313 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks)); 312 QuotaDispatcher::CreateWebStorageQuotaCallbacksWrapper(callbacks));
314 } 313 }
315 314
316 } // namespace content 315 } // namespace content
OLDNEW
« no previous file with comments | « content/shell/renderer/shell_content_renderer_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698