Index: chrome/renderer/extensions/logging_native_handler.h |
diff --git a/chrome/renderer/extensions/logging_native_handler.h b/chrome/renderer/extensions/logging_native_handler.h |
index 449499bec7e4d3494d48cbbb20641bcf5523550f..40fd26bac0b529bd0c05e4784ffcca5c04714740 100644 |
--- a/chrome/renderer/extensions/logging_native_handler.h |
+++ b/chrome/renderer/extensions/logging_native_handler.h |
@@ -27,7 +27,7 @@ class LoggingNativeHandler : public ObjectBackedNativeHandler { |
// void(predicate, message?) |
void Dcheck(const v8::FunctionCallbackInfo<v8::Value>& args); |
- // Equivalent to DCHECK_IS_ON(). |
+ // Equivalent to DCHECK_IS_ON. |
// |
// bool() |
void DcheckIsOn(const v8::FunctionCallbackInfo<v8::Value>& args); |