| Index: base/trace_event/trace_event_argument.h
|
| diff --git a/base/trace_event/trace_event_argument.h b/base/trace_event/trace_event_argument.h
|
| index d86cfd1f82aecbb126688c83874f211dc0d16360..56f7c617f9e8ea0a6bb83071766a3e73f3e06a62 100644
|
| --- a/base/trace_event/trace_event_argument.h
|
| +++ b/base/trace_event/trace_event_argument.h
|
| @@ -26,7 +26,7 @@ class BASE_EXPORT TracedValue : public ConvertableToTraceFormat {
|
| void EndArray();
|
|
|
| void SetInteger(const char* name, int value);
|
| - void SetDouble(const char* name, double);
|
| + void SetDouble(const char* name, double value);
|
| void SetBoolean(const char* name, bool value);
|
| void SetString(const char* name, const std::string& value);
|
| void SetValue(const char* name, scoped_ptr<Value> value);
|
|
|