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

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

Issue 2818613003: Rewrite references to "wtf/" to "platform/wtf/" in core/frame. (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) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 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 17 matching lines...) Expand all
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 */ 29 */
30 30
31 #ifndef FrameSerializer_h 31 #ifndef FrameSerializer_h
32 #define FrameSerializer_h 32 #define FrameSerializer_h
33 33
34 #include "core/CoreExport.h" 34 #include "core/CoreExport.h"
35 #include "platform/heap/Handle.h" 35 #include "platform/heap/Handle.h"
36 #include "platform/weborigin/KURL.h" 36 #include "platform/weborigin/KURL.h"
37 #include "platform/weborigin/KURLHash.h" 37 #include "platform/weborigin/KURLHash.h"
38 #include "wtf/Deque.h" 38 #include "platform/wtf/Deque.h"
39 #include "wtf/Forward.h" 39 #include "platform/wtf/Forward.h"
40 #include "wtf/HashSet.h" 40 #include "platform/wtf/HashSet.h"
41 #include "wtf/Vector.h" 41 #include "platform/wtf/Vector.h"
42 42
43 namespace blink { 43 namespace blink {
44 44
45 class Attribute; 45 class Attribute;
46 class CSSRule; 46 class CSSRule;
47 class CSSStyleSheet; 47 class CSSStyleSheet;
48 class CSSValue; 48 class CSSValue;
49 class Document; 49 class Document;
50 class Element; 50 class Element;
51 class FontResource; 51 class FontResource;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 HashSet<KURL> resource_urls_; 147 HashSet<KURL> resource_urls_;
148 148
149 bool is_serializing_css_; 149 bool is_serializing_css_;
150 150
151 Delegate& delegate_; 151 Delegate& delegate_;
152 }; 152 };
153 153
154 } // namespace blink 154 } // namespace blink
155 155
156 #endif // FrameSerializer_h 156 #endif // FrameSerializer_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameLifecycle.cpp ('k') | third_party/WebKit/Source/core/frame/FrameSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698