Index: src/inspector/V8Console.h |
diff --git a/src/inspector/V8Console.h b/src/inspector/V8Console.h |
index 413a804ad332f870ab04ae385775b6622ebf9e44..b27c4afab2d6c90d3f64cb4d71f44491a62d5220 100644 |
--- a/src/inspector/V8Console.h |
+++ b/src/inspector/V8Console.h |
@@ -5,7 +5,7 @@ |
#ifndef V8_INSPECTOR_V8CONSOLE_H_ |
#define V8_INSPECTOR_V8CONSOLE_H_ |
-#include "src/inspector/Allocator.h" |
+#include "src/base/macros.h" |
#include "include/v8.h" |
@@ -24,7 +24,7 @@ class V8Console { |
static v8::Local<v8::Object> createCommandLineAPI(InspectedContext*); |
class CommandLineAPIScope { |
- V8_INSPECTOR_DISALLOW_COPY(CommandLineAPIScope); |
+ DISALLOW_COPY_AND_ASSIGN(CommandLineAPIScope); |
public: |
CommandLineAPIScope(v8::Local<v8::Context>, |