| Index: chrome/browser/chromeos/system_logs/debug_daemon_log_source.h
|
| diff --git a/chrome/browser/chromeos/system_logs/debug_daemon_log_source.h b/chrome/browser/chromeos/system_logs/debug_daemon_log_source.h
|
| index 8beb30d0c021210fc5038ddd63185aa892023ea9..355310386e2675953b38fa192600427768088998 100644
|
| --- a/chrome/browser/chromeos/system_logs/debug_daemon_log_source.h
|
| +++ b/chrome/browser/chromeos/system_logs/debug_daemon_log_source.h
|
| @@ -27,7 +27,7 @@ class DebugDaemonLogSource : public SystemLogsSource {
|
| // Fetches logs from the daemon over dbus. After the fetch is complete, the
|
| // results will be forwarded to the request supplied to the constructor and
|
| // this instance will free itself.
|
| - virtual void Fetch(const SysLogsSourceCallback& callback) OVERRIDE;
|
| + virtual void Fetch(const SysLogsSourceCallback& callback) override;
|
|
|
| private:
|
| typedef std::map<std::string, std::string> KeyValueMap;
|
|
|