| 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 1e5195860563d13286b8d86d1a6da554a7739396..aea030fce5a4376a53088fc12b4907a555b04ee6 100644
|
| --- a/chrome/browser/chromeos/system_logs/debug_daemon_log_source.h
|
| +++ b/chrome/browser/chromeos/system_logs/debug_daemon_log_source.h
|
| @@ -20,10 +20,10 @@ class DebugDaemonLogSource : public SystemLogsSource {
|
| DebugDaemonLogSource();
|
| virtual ~DebugDaemonLogSource();
|
|
|
| + // SystemLogsSource override:
|
| // 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.
|
| - // SystemLogsSource override.
|
| virtual void Fetch(const SysLogsSourceCallback& callback) OVERRIDE;
|
|
|
| private:
|
|
|