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

Side by Side Diff: content/renderer/shared_worker/embedded_shared_worker_stub.h

Issue 2537513006: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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 CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_ 5 #ifndef CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_
6 #define CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_ 6 #define CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "content/child/child_message_filter.h" 12 #include "content/child/child_message_filter.h"
13 #include "content/child/scoped_child_process_reference.h" 13 #include "content/child/scoped_child_process_reference.h"
14 #include "ipc/ipc_listener.h" 14 #include "ipc/ipc_listener.h"
15 #include "third_party/WebKit/public/platform/WebAddressSpace.h" 15 #include "third_party/WebKit/public/platform/WebAddressSpace.h"
16 #include "third_party/WebKit/public/platform/WebString.h" 16 #include "third_party/WebKit/public/platform/WebString.h"
17 #include "third_party/WebKit/public/web/WebContentSecurityPolicy.h" 17 #include "third_party/WebKit/public/web/WebContentSecurityPolicy.h"
18 #include "third_party/WebKit/public/web/WebSharedWorkerClient.h" 18 #include "third_party/WebKit/public/web/WebSharedWorkerClient.h"
19 #include "url/gurl.h" 19 #include "url/gurl.h"
20 20
21 namespace blink { 21 namespace blink {
22 class WebApplicationCacheHost; 22 class WebApplicationCacheHost;
23 class WebApplicationCacheHostClient; 23 class WebApplicationCacheHostClient;
24 class WebMessagePortChannel;
25 class WebNotificationPresenter; 24 class WebNotificationPresenter;
26 class WebSecurityOrigin; 25 class WebSecurityOrigin;
27 class WebSharedWorker; 26 class WebSharedWorker;
28 class WebWorkerContentSettingsClientProxy; 27 class WebWorkerContentSettingsClientProxy;
29 } 28 }
30 29
31 namespace content { 30 namespace content {
32 class SharedWorkerDevToolsAgent; 31 class SharedWorkerDevToolsAgent;
33 class WebApplicationCacheHostImpl; 32 class WebApplicationCacheHostImpl;
34 class WebMessagePortChannelImpl; 33 class WebMessagePortChannelImpl;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 PendingChannelList pending_channels_; 103 PendingChannelList pending_channels_;
105 104
106 ScopedChildProcessReference process_ref_; 105 ScopedChildProcessReference process_ref_;
107 WebApplicationCacheHostImpl* app_cache_host_ = nullptr; 106 WebApplicationCacheHostImpl* app_cache_host_ = nullptr;
108 DISALLOW_COPY_AND_ASSIGN(EmbeddedSharedWorkerStub); 107 DISALLOW_COPY_AND_ASSIGN(EmbeddedSharedWorkerStub);
109 }; 108 };
110 109
111 } // namespace content 110 } // namespace content
112 111
113 #endif // CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_ 112 #endif // CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_
OLDNEW
« no previous file with comments | « content/renderer/render_widget_owner_delegate.h ('k') | content/renderer/speech_recognition_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698