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

Side by Side Diff: src/inspector/v8-inspector-impl.h

Issue 2710243002: [inspector] removed unused #include "include/v8-debug.h" (Closed)
Patch Set: removed all v8-debug.h from inspector Created 3 years, 9 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 | « src/inspector/DEPS ('k') | src/inspector/v8-stack-trace-impl.cc » ('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) 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 18 matching lines...) Expand all
29 */ 29 */
30 30
31 #ifndef V8_INSPECTOR_V8INSPECTORIMPL_H_ 31 #ifndef V8_INSPECTOR_V8INSPECTORIMPL_H_
32 #define V8_INSPECTOR_V8INSPECTORIMPL_H_ 32 #define V8_INSPECTOR_V8INSPECTORIMPL_H_
33 33
34 #include <vector> 34 #include <vector>
35 35
36 #include "src/base/macros.h" 36 #include "src/base/macros.h"
37 #include "src/inspector/protocol/Protocol.h" 37 #include "src/inspector/protocol/Protocol.h"
38 38
39 #include "include/v8-debug.h"
40 #include "include/v8-inspector.h" 39 #include "include/v8-inspector.h"
41 40
42 namespace v8_inspector { 41 namespace v8_inspector {
43 42
44 class InspectedContext; 43 class InspectedContext;
45 class V8ConsoleMessageStorage; 44 class V8ConsoleMessageStorage;
46 class V8Debugger; 45 class V8Debugger;
47 class V8DebuggerAgentImpl; 46 class V8DebuggerAgentImpl;
48 class V8InspectorSessionImpl; 47 class V8InspectorSessionImpl;
49 class V8ProfilerAgentImpl; 48 class V8ProfilerAgentImpl;
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ConsoleStorageMap m_consoleStorageMap; 154 ConsoleStorageMap m_consoleStorageMap;
156 155
157 protocol::HashMap<int, int> m_contextIdToGroupIdMap; 156 protocol::HashMap<int, int> m_contextIdToGroupIdMap;
158 157
159 DISALLOW_COPY_AND_ASSIGN(V8InspectorImpl); 158 DISALLOW_COPY_AND_ASSIGN(V8InspectorImpl);
160 }; 159 };
161 160
162 } // namespace v8_inspector 161 } // namespace v8_inspector
163 162
164 #endif // V8_INSPECTOR_V8INSPECTORIMPL_H_ 163 #endif // V8_INSPECTOR_V8INSPECTORIMPL_H_
OLDNEW
« no previous file with comments | « src/inspector/DEPS ('k') | src/inspector/v8-stack-trace-impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698