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

Unified Diff: chrome/test/nacl/nacl_browsertest_util.cc

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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 | « chrome/test/nacl/nacl_browsertest_util.h ('k') | chrome/test/nacl/pnacl_header_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl/nacl_browsertest_util.cc
diff --git a/chrome/test/nacl/nacl_browsertest_util.cc b/chrome/test/nacl/nacl_browsertest_util.cc
index 64c066f0d8e20b67e2aa521c8bfcb6097c0f1e75..df44a035c5059a81a0593350d01813fa8d99fd9b 100644
--- a/chrome/test/nacl/nacl_browsertest_util.cc
+++ b/chrome/test/nacl/nacl_browsertest_util.cc
@@ -109,9 +109,8 @@ class NaClIntegrationMessageHandler : public StructuredMessageHandler {
void Log(const std::string& message);
- virtual MessageResponse HandleStructuredMessage(
- const std::string& type,
- base::DictionaryValue* msg) override;
+ MessageResponse HandleStructuredMessage(const std::string& type,
+ base::DictionaryValue* msg) override;
bool test_passed() const {
return test_passed_;
« no previous file with comments | « chrome/test/nacl/nacl_browsertest_util.h ('k') | chrome/test/nacl/pnacl_header_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698