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

Side by Side Diff: Source/core/inspector/InspectorResourceAgent.cpp

Issue 15942008: Remove unused includes from core/inspector and core/svg .cpp files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase and address pdr's comments 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
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 #include "core/inspector/InspectorValues.h" 47 #include "core/inspector/InspectorValues.h"
48 #include "core/inspector/InstrumentingAgents.h" 48 #include "core/inspector/InstrumentingAgents.h"
49 #include "core/inspector/NetworkResourcesData.h" 49 #include "core/inspector/NetworkResourcesData.h"
50 #include "core/inspector/ScriptCallStack.h" 50 #include "core/inspector/ScriptCallStack.h"
51 #include "core/loader/DocumentLoader.h" 51 #include "core/loader/DocumentLoader.h"
52 #include "core/loader/FrameLoader.h" 52 #include "core/loader/FrameLoader.h"
53 #include "core/loader/ResourceLoader.h" 53 #include "core/loader/ResourceLoader.h"
54 #include "core/loader/UniqueIdentifier.h" 54 #include "core/loader/UniqueIdentifier.h"
55 #include "core/loader/cache/CachedRawResource.h" 55 #include "core/loader/cache/CachedRawResource.h"
56 #include "core/loader/cache/CachedResource.h" 56 #include "core/loader/cache/CachedResource.h"
57 #include "core/loader/cache/CachedResourceLoader.h"
58 #include "core/loader/cache/MemoryCache.h" 57 #include "core/loader/cache/MemoryCache.h"
59 #include "core/page/Frame.h" 58 #include "core/page/Frame.h"
60 #include "core/page/Page.h" 59 #include "core/page/Page.h"
61 #include "core/platform/KURL.h" 60 #include "core/platform/KURL.h"
62 #include "core/platform/network/HTTPHeaderMap.h" 61 #include "core/platform/network/HTTPHeaderMap.h"
63 #include "core/platform/network/ResourceError.h" 62 #include "core/platform/network/ResourceError.h"
64 #include "core/platform/network/ResourceRequest.h" 63 #include "core/platform/network/ResourceRequest.h"
65 #include "core/platform/network/ResourceResponse.h" 64 #include "core/platform/network/ResourceResponse.h"
66 #include "core/xml/XMLHttpRequest.h" 65 #include "core/xml/XMLHttpRequest.h"
67 #include "modules/websockets/WebSocketFrame.h" 66 #include "modules/websockets/WebSocketFrame.h"
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 , m_client(client) 763 , m_client(client)
765 , m_frontend(0) 764 , m_frontend(0)
766 , m_resourcesData(adoptPtr(new NetworkResourcesData())) 765 , m_resourcesData(adoptPtr(new NetworkResourcesData()))
767 , m_loadingXHRSynchronously(false) 766 , m_loadingXHRSynchronously(false)
768 , m_isRecalculatingStyle(false) 767 , m_isRecalculatingStyle(false)
769 { 768 {
770 } 769 }
771 770
772 } // namespace WebCore 771 } // namespace WebCore
773 772
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorOverlay.cpp ('k') | Source/core/inspector/InspectorStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698