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

Unified Diff: src/inspector/v8-regex.cc

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)
Patch Set: addressed comments 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/v8-regex.h ('k') | src/inspector/v8-runtime-agent-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-regex.cc
diff --git a/src/inspector/v8-regex.cc b/src/inspector/v8-regex.cc
index b30685613c8602a23247a4e48fc6e5f0daec21bb..47af70d3604ae1c32bd860f9c1351b4e74d26d45 100644
--- a/src/inspector/v8-regex.cc
+++ b/src/inspector/v8-regex.cc
@@ -4,13 +4,13 @@
#include "src/inspector/v8-regex.h"
+#include <limits.h>
+
#include "src/inspector/string-util.h"
#include "src/inspector/v8-inspector-impl.h"
#include "include/v8-inspector.h"
-#include <limits.h>
-
namespace v8_inspector {
V8Regex::V8Regex(V8InspectorImpl* inspector, const String16& pattern,
« no previous file with comments | « src/inspector/v8-regex.h ('k') | src/inspector/v8-runtime-agent-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698