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

Side by Side Diff: chromecast/browser/cast_content_browser_client.h

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
« no previous file with comments | « chromecast/base/alarm_manager.cc ('k') | chromecast/browser/pref_service_helper.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 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 #ifndef CHROMECAST_BROWSER_CAST_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CHROMECAST_BROWSER_CAST_CONTENT_BROWSER_CLIENT_H_
6 #define CHROMECAST_BROWSER_CAST_CONTENT_BROWSER_CLIENT_H_ 6 #define CHROMECAST_BROWSER_CAST_CONTENT_BROWSER_CLIENT_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback_forward.h" 13 #include "base/callback_forward.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/single_thread_task_runner.h"
15 #include "build/build_config.h" 16 #include "build/build_config.h"
16 #include "build/buildflag.h" 17 #include "build/buildflag.h"
17 #include "chromecast/chromecast_features.h" 18 #include "chromecast/chromecast_features.h"
18 #include "content/public/browser/certificate_request_result_type.h" 19 #include "content/public/browser/certificate_request_result_type.h"
19 #include "content/public/browser/content_browser_client.h" 20 #include "content/public/browser/content_browser_client.h"
20 21
21 class PrefService; 22 class PrefService;
22 23
23 namespace breakpad { 24 namespace breakpad {
24 class CrashHandlerHostLinux; 25 class CrashHandlerHostLinux;
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 std::unique_ptr<media::MediaPipelineBackendFactory> 213 std::unique_ptr<media::MediaPipelineBackendFactory>
213 media_pipeline_backend_factory_; 214 media_pipeline_backend_factory_;
214 215
215 DISALLOW_COPY_AND_ASSIGN(CastContentBrowserClient); 216 DISALLOW_COPY_AND_ASSIGN(CastContentBrowserClient);
216 }; 217 };
217 218
218 } // namespace shell 219 } // namespace shell
219 } // namespace chromecast 220 } // namespace chromecast
220 221
221 #endif // CHROMECAST_BROWSER_CAST_CONTENT_BROWSER_CLIENT_H_ 222 #endif // CHROMECAST_BROWSER_CAST_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « chromecast/base/alarm_manager.cc ('k') | chromecast/browser/pref_service_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698