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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/ScriptBreakpoint.h

Issue 2246233002: [DevTools] Move platform/v8_inspector classes under v8_inspector namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: third_party/WebKit/Source/platform/v8_inspector/ScriptBreakpoint.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/ScriptBreakpoint.h b/third_party/WebKit/Source/platform/v8_inspector/ScriptBreakpoint.h
index 242df545787ae113752ea3a0d54f52ec25d11881..52e8f995aa7fb2084e7f021570703178d6269c99 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/ScriptBreakpoint.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/ScriptBreakpoint.h
@@ -32,7 +32,9 @@
#include "platform/inspector_protocol/InspectorProtocol.h"
-namespace blink {
+namespace v8_inspector {
+
+namespace protocol = blink::protocol;
struct ScriptBreakpoint {
ScriptBreakpoint() : ScriptBreakpoint(0, 0, String16()) { }
@@ -49,6 +51,6 @@ struct ScriptBreakpoint {
String16 condition;
};
-} // namespace blink
+} // namespace v8_inspector
#endif // !defined(ScriptBreakpoint_h)

Powered by Google App Engine
This is Rietveld 408576698