| Index: metrics_library.h
 | 
| diff --git a/metrics_library.h b/metrics_library.h
 | 
| index 8ae3f5b8c912f5a9c66e2dd775a2375195fdcf4b..a9ac0bb10e8402f3510a447ef3a7802d91fc8aca 100644
 | 
| --- a/metrics_library.h
 | 
| +++ b/metrics_library.h
 | 
| @@ -75,9 +75,9 @@ class MetricsLibrary : public MetricsLibraryInterface {
 | 
|    // message. The caller is responsible to store the \0 character
 | 
|    // between NAME and VALUE (e.g. "%s%c%d", name, '\0', value).
 | 
|    int32_t FormatChromeMessage(int32_t buffer_size, char* buffer,
 | 
| -                              const char *format, ...);
 | 
| +                              const char* format, ...);
 | 
|  
 | 
|    const char* uma_events_file_;
 | 
|  };
 | 
|  
 | 
| -#endif /* METRICS_LIBRARY_H_ */
 | 
| +#endif  // METRICS_LIBRARY_H_
 | 
| 
 |