Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5440)

Unified Diff: chrome/browser/chromeos/system_logs/debug_daemon_log_source.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/chromeos/system_logs/dbus_log_source.h ('k') | chrome/browser/chromeos/system_logs/lsb_release_log_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698