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

Side by Side Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.h

Issue 2542203004: blink: 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 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 29 matching lines...) Expand all
40 #include "public/platform/WebAddressSpace.h" 40 #include "public/platform/WebAddressSpace.h"
41 #include "public/web/WebContentSecurityPolicy.h" 41 #include "public/web/WebContentSecurityPolicy.h"
42 #include "public/web/WebDevToolsAgentClient.h" 42 #include "public/web/WebDevToolsAgentClient.h"
43 #include "public/web/WebFrameClient.h" 43 #include "public/web/WebFrameClient.h"
44 #include "public/web/WebSharedWorkerClient.h" 44 #include "public/web/WebSharedWorkerClient.h"
45 #include "wtf/RefPtr.h" 45 #include "wtf/RefPtr.h"
46 #include <memory> 46 #include <memory>
47 47
48 namespace blink { 48 namespace blink {
49 49
50 class ConsoleMessage;
51 class ParentFrameTaskRunners; 50 class ParentFrameTaskRunners;
52 class WebApplicationCacheHost; 51 class WebApplicationCacheHost;
53 class WebApplicationCacheHostClient; 52 class WebApplicationCacheHostClient;
54 class WebLocalFrameImpl; 53 class WebLocalFrameImpl;
55 class WebServiceWorkerNetworkProvider; 54 class WebServiceWorkerNetworkProvider;
56 class WebSharedWorkerClient; 55 class WebSharedWorkerClient;
57 class WebString; 56 class WebString;
58 class WebURL; 57 class WebURL;
59 class WebView; 58 class WebView;
60 class WorkerInspectorProxy; 59 class WorkerInspectorProxy;
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 RefPtr<WorkerLoaderProxy> m_loaderProxy; 182 RefPtr<WorkerLoaderProxy> m_loaderProxy;
184 183
185 WebURL m_url; 184 WebURL m_url;
186 WebString m_name; 185 WebString m_name;
187 WebAddressSpace m_creationAddressSpace; 186 WebAddressSpace m_creationAddressSpace;
188 }; 187 };
189 188
190 } // namespace blink 189 } // namespace blink
191 190
192 #endif // WebSharedWorkerImpl_h 191 #endif // WebSharedWorkerImpl_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698