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

Side by Side Diff: Source/core/inspector/InspectorInstrumentation.h

Issue 17569013: Remove unused includes from core/inspector, core/loader and core/page (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 5 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) 2010 Google Inc. All rights reserved. 2 * Copyright (C) 2010 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 13 matching lines...) Expand all
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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 InspectorInstrumentation_h 31 #ifndef InspectorInstrumentation_h
32 #define InspectorInstrumentation_h 32 #define InspectorInstrumentation_h
33 33
34 #include "bindings/v8/ScriptState.h"
35 #include "bindings/v8/ScriptString.h" 34 #include "bindings/v8/ScriptString.h"
36 #include "core/css/CSSImportRule.h"
37 #include "core/css/CSSRule.h"
38 #include "core/css/CSSSelector.h" 35 #include "core/css/CSSSelector.h"
39 #include "core/css/CSSStyleSheet.h" 36 #include "core/css/CSSStyleSheet.h"
40 #include "core/dom/Element.h" 37 #include "core/dom/Element.h"
41 #include "core/dom/EventContext.h" 38 #include "core/dom/EventContext.h"
42 #include "core/dom/ScriptExecutionContext.h" 39 #include "core/dom/ScriptExecutionContext.h"
43 #include "core/inspector/ConsoleAPITypes.h" 40 #include "core/inspector/ConsoleAPITypes.h"
44 #include "core/page/ConsoleTypes.h"
45 #include "core/page/Frame.h" 41 #include "core/page/Frame.h"
46 #include "core/page/Page.h" 42 #include "core/page/Page.h"
47 #include "core/platform/network/FormData.h" 43 #include "core/platform/network/FormData.h"
48 #include "core/rendering/HitTestResult.h" 44 #include "core/rendering/HitTestResult.h"
49 #include "core/storage/StorageArea.h" 45 #include "core/storage/StorageArea.h"
50 #include "modules/websockets/WebSocketFrame.h" 46 #include "modules/websockets/WebSocketFrame.h"
51 #include "modules/websockets/WebSocketHandshakeRequest.h" 47 #include "modules/websockets/WebSocketHandshakeRequest.h"
52 #include "modules/websockets/WebSocketHandshakeResponse.h" 48 #include "modules/websockets/WebSocketHandshakeResponse.h"
53 #include "wtf/RefPtr.h" 49 #include "wtf/RefPtr.h"
54 #include "wtf/UnusedParam.h"
55 #include "wtf/Vector.h"
56 50
57 namespace WebCore { 51 namespace WebCore {
58 52
59 struct CSSParserString; 53 struct CSSParserString;
60 class CSSRule; 54 class CSSRule;
61 class CachedResource; 55 class CachedResource;
62 class CharacterData; 56 class CharacterData;
63 class DOMWindow; 57 class DOMWindow;
64 class DOMWrapperWorld; 58 class DOMWrapperWorld;
65 class Database; 59 class Database;
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 } // namespace WebCore 204 } // namespace WebCore
211 205
212 // This file will soon be generated 206 // This file will soon be generated
213 #include "InspectorInstrumentationInl.h" 207 #include "InspectorInstrumentationInl.h"
214 208
215 #include "InspectorInstrumentationCustomInl.h" 209 #include "InspectorInstrumentationCustomInl.h"
216 210
217 #include "InspectorOverridesInl.h" 211 #include "InspectorOverridesInl.h"
218 212
219 #endif // !defined(InspectorInstrumentation_h) 213 #endif // !defined(InspectorInstrumentation_h)
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.cpp ('k') | Source/core/inspector/InspectorInstrumentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698