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

Unified Diff: remoting/host/json_host_config.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « remoting/host/it2me_desktop_environment.h ('k') | remoting/host/local_input_monitor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/json_host_config.h
diff --git a/remoting/host/json_host_config.h b/remoting/host/json_host_config.h
index 9932ae09ffe4da95901a3fa901cdbcc3a90985ba..7852cb5d9b5a7ec85d7185ba350b29eaa72279b0 100644
--- a/remoting/host/json_host_config.h
+++ b/remoting/host/json_host_config.h
@@ -20,12 +20,12 @@ namespace remoting {
class JsonHostConfig : public InMemoryHostConfig {
public:
JsonHostConfig(const base::FilePath& filename);
- virtual ~JsonHostConfig();
+ ~JsonHostConfig() override;
virtual bool Read();
// MutableHostConfig interface.
- virtual bool Save() override;
+ bool Save() override;
std::string GetSerializedData();
« no previous file with comments | « remoting/host/it2me_desktop_environment.h ('k') | remoting/host/local_input_monitor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698