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

Side by Side Diff: third_party/WebKit/Source/core/frame/csp/CSPSource.h

Issue 1412083007: Remove FastAllocBase.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 CSPSource_h 5 #ifndef CSPSource_h
6 #define CSPSource_h 6 #define CSPSource_h
7 7
8 #include "core/CoreExport.h" 8 #include "core/CoreExport.h"
9 #include "core/frame/csp/ContentSecurityPolicy.h" 9 #include "core/frame/csp/ContentSecurityPolicy.h"
10 #include "wtf/FastAllocBase.h" 10 #include "wtf/Allocator.h"
11 #include "wtf/text/WTFString.h" 11 #include "wtf/text/WTFString.h"
12 12
13 namespace blink { 13 namespace blink {
14 14
15 class ContentSecurityPolicy; 15 class ContentSecurityPolicy;
16 class KURL; 16 class KURL;
17 17
18 class CORE_EXPORT CSPSource { 18 class CORE_EXPORT CSPSource {
19 WTF_MAKE_FAST_ALLOCATED(CSPSource); 19 WTF_MAKE_FAST_ALLOCATED(CSPSource);
20 public: 20 public:
(...skipping 18 matching lines...) Expand all
39 int m_port; 39 int m_port;
40 String m_path; 40 String m_path;
41 41
42 WildcardDisposition m_hostWildcard; 42 WildcardDisposition m_hostWildcard;
43 WildcardDisposition m_portWildcard; 43 WildcardDisposition m_portWildcard;
44 }; 44 };
45 45
46 } // namespace 46 } // namespace
47 47
48 #endif 48 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h ('k') | third_party/WebKit/Source/core/html/LinkManifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698