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

Side by Side Diff: content/shell/browser/layout_test/layout_test_content_browser_client.cc

Issue 2884763002: Automated IWYU fix for TaskRunner includes. (Closed)
Patch Set: rebase on r472096 Created 3 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/shell/browser/layout_test/layout_test_content_browser_client.h " 5 #include "content/shell/browser/layout_test/layout_test_content_browser_client.h "
6 6
7 #include "base/memory/ptr_util.h" 7 #include "base/memory/ptr_util.h"
8 #include "base/single_thread_task_runner.h"
8 #include "content/public/browser/browser_context.h" 9 #include "content/public/browser/browser_context.h"
9 #include "content/public/browser/browser_thread.h" 10 #include "content/public/browser/browser_thread.h"
10 #include "content/public/browser/render_process_host.h" 11 #include "content/public/browser/render_process_host.h"
11 #include "content/public/browser/resource_dispatcher_host.h" 12 #include "content/public/browser/resource_dispatcher_host.h"
12 #include "content/public/browser/storage_partition.h" 13 #include "content/public/browser/storage_partition.h"
13 #include "content/shell/browser/layout_test/blink_test_controller.h" 14 #include "content/shell/browser/layout_test/blink_test_controller.h"
14 #include "content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_s etter_impl.h" 15 #include "content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_s etter_impl.h"
15 #include "content/shell/browser/layout_test/layout_test_browser_context.h" 16 #include "content/shell/browser/layout_test/layout_test_browser_context.h"
16 #include "content/shell/browser/layout_test/layout_test_browser_main_parts.h" 17 #include "content/shell/browser/layout_test/layout_test_browser_main_parts.h"
17 #include "content/shell/browser/layout_test/layout_test_message_filter.h" 18 #include "content/shell/browser/layout_test/layout_test_message_filter.h"
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 // build up a large data set and issue many concurrent reads or writes. 143 // build up a large data set and issue many concurrent reads or writes.
143 callback.Run(storage::GetHardCodedSettings(1024 * 1024 * 1024)); 144 callback.Run(storage::GetHardCodedSettings(1024 * 1024 * 1024));
144 } 145 }
145 146
146 PlatformNotificationService* 147 PlatformNotificationService*
147 LayoutTestContentBrowserClient::GetPlatformNotificationService() { 148 LayoutTestContentBrowserClient::GetPlatformNotificationService() {
148 return layout_test_notification_manager_.get(); 149 return layout_test_notification_manager_.get();
149 } 150 }
150 151
151 } // namespace content 152 } // namespace content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698