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

Side by Side Diff: Source/core/history/HistoryItem.h

Issue 17388003: Remove unused includes from core/{editing,fileapi,history,html} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 6 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/core/fileapi/File.h ('k') | Source/core/history/HistoryItem.cpp » ('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) 2006, 2008, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2008, 2011 Apple Inc. All rights reserved.
3 * Copyright (C) 2012 Research In Motion Limited. All rights reserved. 3 * Copyright (C) 2012 Research In Motion Limited. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. 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 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 11 matching lines...) Expand all
22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 25 */
26 26
27 #ifndef HistoryItem_h 27 #ifndef HistoryItem_h
28 #define HistoryItem_h 28 #define HistoryItem_h
29 29
30 #include "bindings/v8/SerializedScriptValue.h" 30 #include "bindings/v8/SerializedScriptValue.h"
31 #include "core/platform/graphics/IntPoint.h" 31 #include "core/platform/graphics/IntPoint.h"
32 #include <wtf/HashMap.h> 32 #include "wtf/RefCounted.h"
33 #include <wtf/RefCounted.h> 33 #include "wtf/text/WTFString.h"
34 #include <wtf/text/WTFString.h>
35 34
36 namespace WebCore { 35 namespace WebCore {
37 36
38 class Document; 37 class Document;
39 class FormData; 38 class FormData;
40 class HistoryItem; 39 class HistoryItem;
41 class Image; 40 class Image;
42 class KURL; 41 class KURL;
43 class ResourceRequest; 42 class ResourceRequest;
44 43
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 }; //class HistoryItem 184 }; //class HistoryItem
186 185
187 } //namespace WebCore 186 } //namespace WebCore
188 187
189 #ifndef NDEBUG 188 #ifndef NDEBUG
190 // Outside the WebCore namespace for ease of invocation from gdb. 189 // Outside the WebCore namespace for ease of invocation from gdb.
191 extern "C" int showTree(const WebCore::HistoryItem*); 190 extern "C" int showTree(const WebCore::HistoryItem*);
192 #endif 191 #endif
193 192
194 #endif // HISTORYITEM_H 193 #endif // HISTORYITEM_H
OLDNEW
« no previous file with comments | « Source/core/fileapi/File.h ('k') | Source/core/history/HistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698