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

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

Issue 2805733003: Rewrite references to "wtf/" to "platform/wtf/" in web. (Closed)
Patch Set: Created 3 years, 8 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 /* 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 19 matching lines...) Expand all
30 30
31 #ifndef WebSharedWorkerImpl_h 31 #ifndef WebSharedWorkerImpl_h
32 #define WebSharedWorkerImpl_h 32 #define WebSharedWorkerImpl_h
33 33
34 #include "public/web/WebSharedWorker.h" 34 #include "public/web/WebSharedWorker.h"
35 35
36 #include <memory> 36 #include <memory>
37 #include "core/dom/ExecutionContext.h" 37 #include "core/dom/ExecutionContext.h"
38 #include "core/workers/WorkerLoaderProxy.h" 38 #include "core/workers/WorkerLoaderProxy.h"
39 #include "core/workers/WorkerThread.h" 39 #include "core/workers/WorkerThread.h"
40 #include "platform/wtf/RefPtr.h"
40 #include "public/platform/WebAddressSpace.h" 41 #include "public/platform/WebAddressSpace.h"
41 #include "public/platform/WebContentSecurityPolicy.h" 42 #include "public/platform/WebContentSecurityPolicy.h"
42 #include "public/web/WebDevToolsAgentClient.h" 43 #include "public/web/WebDevToolsAgentClient.h"
43 #include "public/web/WebFrameClient.h" 44 #include "public/web/WebFrameClient.h"
44 #include "public/web/WebSharedWorkerClient.h" 45 #include "public/web/WebSharedWorkerClient.h"
45 #include "web/WebSharedWorkerReportingProxyImpl.h" 46 #include "web/WebSharedWorkerReportingProxyImpl.h"
46 #include "wtf/RefPtr.h"
47 47
48 namespace blink { 48 namespace blink {
49 49
50 class ParentFrameTaskRunners; 50 class ParentFrameTaskRunners;
51 class WebApplicationCacheHost; 51 class WebApplicationCacheHost;
52 class WebApplicationCacheHostClient; 52 class WebApplicationCacheHostClient;
53 class WebLocalFrameImpl; 53 class WebLocalFrameImpl;
54 class WebServiceWorkerNetworkProvider; 54 class WebServiceWorkerNetworkProvider;
55 class WebSharedWorkerClient; 55 class WebSharedWorkerClient;
56 class WebString; 56 class WebString;
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 RefPtr<WorkerLoaderProxy> m_loaderProxy; 165 RefPtr<WorkerLoaderProxy> m_loaderProxy;
166 166
167 WebURL m_url; 167 WebURL m_url;
168 WebString m_name; 168 WebString m_name;
169 WebAddressSpace m_creationAddressSpace; 169 WebAddressSpace m_creationAddressSpace;
170 }; 170 };
171 171
172 } // namespace blink 172 } // namespace blink
173 173
174 #endif // WebSharedWorkerImpl_h 174 #endif // WebSharedWorkerImpl_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698