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

Unified Diff: remoting/host/token_validator_factory_impl.cc

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
Index: remoting/host/token_validator_factory_impl.cc
diff --git a/remoting/host/token_validator_factory_impl.cc b/remoting/host/token_validator_factory_impl.cc
index c5fd3c3366b48611f2a0dec17622c7c6af05d990..3357558e3ea5e247afd410e3f3805feb52849ca6 100644
--- a/remoting/host/token_validator_factory_impl.cc
+++ b/remoting/host/token_validator_factory_impl.cc
@@ -45,7 +45,7 @@ class TokenValidatorImpl : public TokenValidatorBase {
scoped_refptr<net::URLRequestContextGetter> request_context_getter);
protected:
- virtual void StartValidateRequest(const std::string& token) override;
+ void StartValidateRequest(const std::string& token) override;
private:
static std::string CreateScope(const std::string& local_jid,
« no previous file with comments | « remoting/host/token_validator_factory_impl.h ('k') | remoting/host/token_validator_factory_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698