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

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

Issue 467573002: Cleanup namespace usage in Source/web/Web*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | Source/web/WebSocketChannelClientProxy.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 28 matching lines...) Expand all
39 #include "core/workers/WorkerScriptLoaderClient.h" 39 #include "core/workers/WorkerScriptLoaderClient.h"
40 #include "core/workers/WorkerThread.h" 40 #include "core/workers/WorkerThread.h"
41 #include "public/web/WebContentSecurityPolicy.h" 41 #include "public/web/WebContentSecurityPolicy.h"
42 #include "public/web/WebFrameClient.h" 42 #include "public/web/WebFrameClient.h"
43 #include "public/web/WebSharedWorkerClient.h" 43 #include "public/web/WebSharedWorkerClient.h"
44 #include "wtf/PassOwnPtr.h" 44 #include "wtf/PassOwnPtr.h"
45 #include "wtf/RefPtr.h" 45 #include "wtf/RefPtr.h"
46 #include "wtf/WeakPtr.h" 46 #include "wtf/WeakPtr.h"
47 47
48 namespace blink { 48 namespace blink {
49
49 class ConsoleMessage; 50 class ConsoleMessage;
50 class ResourceResponse; 51 class ResourceResponse;
51 class WebApplicationCacheHost; 52 class WebApplicationCacheHost;
52 class WebApplicationCacheHostClient; 53 class WebApplicationCacheHostClient;
53 class WebWorkerClient; 54 class WebWorkerClient;
54 class WebSecurityOrigin; 55 class WebSecurityOrigin;
55 class WebString; 56 class WebString;
56 class WebURL; 57 class WebURL;
57 class WebView; 58 class WebView;
58 class WebWorker; 59 class WebWorker;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 OwnPtr<Loader> m_mainScriptLoader; 150 OwnPtr<Loader> m_mainScriptLoader;
150 WebURL m_url; 151 WebURL m_url;
151 WebString m_name; 152 WebString m_name;
152 WebString m_contentSecurityPolicy; 153 WebString m_contentSecurityPolicy;
153 WebContentSecurityPolicyType m_policyType; 154 WebContentSecurityPolicyType m_policyType;
154 }; 155 };
155 156
156 } // namespace blink 157 } // namespace blink
157 158
158 #endif 159 #endif
OLDNEW
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | Source/web/WebSocketChannelClientProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698