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

Side by Side Diff: content/renderer/render_frame_impl.h

Issue 2449793002: media: Remove obsolete include to service_factory.mojom.h (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 #include "url/gurl.h" 61 #include "url/gurl.h"
62 62
63 #if defined(ENABLE_PLUGINS) 63 #if defined(ENABLE_PLUGINS)
64 #include "content/renderer/pepper/plugin_power_saver_helper.h" 64 #include "content/renderer/pepper/plugin_power_saver_helper.h"
65 #endif 65 #endif
66 66
67 #if defined(OS_ANDROID) 67 #if defined(OS_ANDROID)
68 #include "content/renderer/media/android/renderer_media_player_manager.h" 68 #include "content/renderer/media/android/renderer_media_player_manager.h"
69 #endif 69 #endif
70 70
71 #if defined(ENABLE_MOJO_MEDIA)
72 #include "media/mojo/interfaces/service_factory.mojom.h" // nogncheck
73 #endif
74
75 class TransportDIB; 71 class TransportDIB;
76 struct FrameMsg_PostMessage_Params; 72 struct FrameMsg_PostMessage_Params;
77 struct FrameMsg_SerializeAsMHTML_Params; 73 struct FrameMsg_SerializeAsMHTML_Params;
78 struct FrameMsg_TextTrackSettings_Params; 74 struct FrameMsg_TextTrackSettings_Params;
79 75
80 namespace IPC { 76 namespace IPC {
81 class SyncMessage; 77 class SyncMessage;
82 } 78 }
83 79
84 namespace blink { 80 namespace blink {
(...skipping 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 bool name_changed_before_first_commit_ = false; 1323 bool name_changed_before_first_commit_ = false;
1328 1324
1329 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; 1325 base::WeakPtrFactory<RenderFrameImpl> weak_factory_;
1330 1326
1331 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); 1327 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl);
1332 }; 1328 };
1333 1329
1334 } // namespace content 1330 } // namespace content
1335 1331
1336 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 1332 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698