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

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

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
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 21 matching lines...) Expand all
32 #define InspectorInstrumentation_h 32 #define InspectorInstrumentation_h
33 33
34 #include "CSSImportRule.h" 34 #include "CSSImportRule.h"
35 #include "CSSRule.h" 35 #include "CSSRule.h"
36 #include "CSSSelector.h" 36 #include "CSSSelector.h"
37 #include "CSSStyleSheet.h" 37 #include "CSSStyleSheet.h"
38 #include "ConsoleAPITypes.h" 38 #include "ConsoleAPITypes.h"
39 #include "ConsoleTypes.h" 39 #include "ConsoleTypes.h"
40 #include "Element.h" 40 #include "Element.h"
41 #include "EventContext.h" 41 #include "EventContext.h"
42 #include "FormData.h"
43 #include "Frame.h" 42 #include "Frame.h"
44 #include "HitTestResult.h" 43 #include "HitTestResult.h"
45 #include "Page.h" 44 #include "Page.h"
46 #include "ScriptExecutionContext.h" 45 #include "ScriptExecutionContext.h"
47 #include "ScriptState.h" 46 #include "ScriptState.h"
48 #include "WebSocketFrame.h" 47 #include "WebSocketFrame.h"
49 #include "WebSocketHandshakeRequest.h" 48 #include "WebSocketHandshakeRequest.h"
50 #include "WebSocketHandshakeResponse.h" 49 #include "WebSocketHandshakeResponse.h"
50 #include "core/platform/network/FormData.h"
51 #include "core/storage/StorageArea.h" 51 #include "core/storage/StorageArea.h"
52 #include <wtf/RefPtr.h> 52 #include <wtf/RefPtr.h>
53 #include <wtf/UnusedParam.h> 53 #include <wtf/UnusedParam.h>
54 #include <wtf/Vector.h> 54 #include <wtf/Vector.h>
55 55
56 namespace WebCore { 56 namespace WebCore {
57 57
58 class CSSRule; 58 class CSSRule;
59 class CachedResource; 59 class CachedResource;
60 class CharacterData; 60 class CharacterData;
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 if (!page && document->templateDocumentHost()) 1393 if (!page && document->templateDocumentHost())
1394 page = document->templateDocumentHost()->page(); 1394 page = document->templateDocumentHost()->page();
1395 return instrumentingAgentsForPage(page); 1395 return instrumentingAgentsForPage(page);
1396 } 1396 }
1397 return 0; 1397 return 0;
1398 } 1398 }
1399 1399
1400 } // namespace WebCore 1400 } // namespace WebCore
1401 1401
1402 #endif // !defined(InspectorInstrumentation_h) 1402 #endif // !defined(InspectorInstrumentation_h)
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.cpp ('k') | Source/core/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698