| Index: chrome/browser/chromeos/drive/logging.h
|
| diff --git a/chrome/browser/chromeos/drive/logging.h b/chrome/browser/chromeos/drive/logging.h
|
| index a2e46256e545235e23d11672eaebafe12f4b0bab..1e6964dbcb37a808ae8211fee38b6bfcb3a45fa3 100644
|
| --- a/chrome/browser/chromeos/drive/logging.h
|
| +++ b/chrome/browser/chromeos/drive/logging.h
|
| @@ -17,7 +17,8 @@ namespace util {
|
|
|
| // Logs a message using printf format.
|
| // This function can be called from any thread.
|
| -void Log(const char* format, ...) PRINTF_FORMAT(1, 2);
|
| +void Log(
|
| + logging::LogSeverity severity, const char* format, ...) PRINTF_FORMAT(2, 3);
|
|
|
| // Returns the log history.
|
| // This function can be called from any thread.
|
|
|