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

Unified Diff: src/inspector/V8Console.h

Issue 2359533002: [inspector] replaced V8_INSPECTOR* macros with macros from base/macros.h (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/StringUtil.h ('k') | src/inspector/V8Console.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>,
« no previous file with comments | « src/inspector/StringUtil.h ('k') | src/inspector/V8Console.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698