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

Side by Side Diff: components/html_viewer/media_factory.h

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 #ifndef COMPONENTS_HTML_VIEWER_MEDIA_FACTORY_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_MEDIA_FACTORY_H_
6 #define COMPONENTS_HTML_VIEWER_MEDIA_FACTORY_H_ 6 #define COMPONENTS_HTML_VIEWER_MEDIA_FACTORY_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/linked_ptr.h" 9 #include "base/memory/linked_ptr.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/threading/thread.h" 12 #include "base/threading/thread.h"
13 #include "build/build_config.h" 13 #include "build/build_config.h"
14 #include "media/audio/fake_audio_log_factory.h" 14 #include "media/audio/fake_audio_log_factory.h"
15 #include "media/base/audio_hardware_config.h" 15 #include "media/base/audio_hardware_config.h"
16 #include "media/blink/url_index.h" 16 #include "media/blink/url_index.h"
17 #include "media/mojo/interfaces/service_factory.mojom.h" 17 #include "media/mojo/interfaces/service_factory.mojom.h"
18 #include "mojo/application/public/interfaces/service_provider.mojom.h" 18 #include "mojo/shell/public/interfaces/service_provider.mojom.h"
19 19
20 namespace base { 20 namespace base {
21 class SingleThreadTaskRunner; 21 class SingleThreadTaskRunner;
22 } 22 }
23 23
24 namespace blink { 24 namespace blink {
25 class WebContentDecryptionModule; 25 class WebContentDecryptionModule;
26 class WebEncryptedMediaClient; 26 class WebEncryptedMediaClient;
27 class WebMediaPlayer; 27 class WebMediaPlayer;
28 class WebLocalFrame; 28 class WebLocalFrame;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 95
96 // Media resource cache, lazily initialized. 96 // Media resource cache, lazily initialized.
97 linked_ptr<media::UrlIndex> url_index_; 97 linked_ptr<media::UrlIndex> url_index_;
98 98
99 DISALLOW_COPY_AND_ASSIGN(MediaFactory); 99 DISALLOW_COPY_AND_ASSIGN(MediaFactory);
100 }; 100 };
101 101
102 } // namespace html_viewer 102 } // namespace html_viewer
103 103
104 #endif // COMPONENTS_HTML_VIEWER_MEDIA_FACTORY_H_ 104 #endif // COMPONENTS_HTML_VIEWER_MEDIA_FACTORY_H_
OLDNEW
« no previous file with comments | « components/html_viewer/layout_test_html_viewer_main.cc ('k') | components/html_viewer/media_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698