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

Unified Diff: chromeos/dbus/shill_client_unittest_base.h

Issue 1101763002: Update {virtual,override} to follow C++11 style in chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « chromeos/dbus/nfc_client_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_client_unittest_base.h
diff --git a/chromeos/dbus/shill_client_unittest_base.h b/chromeos/dbus/shill_client_unittest_base.h
index d7b8cded2fbb5338d5433834abb26ba8baf62bed..9b324907a207958156026ac69124f4e18bef8b1b 100644
--- a/chromeos/dbus/shill_client_unittest_base.h
+++ b/chromeos/dbus/shill_client_unittest_base.h
@@ -45,10 +45,10 @@ class ValueMatcher : public MatcherInterface<const base::Value&> {
explicit ValueMatcher(const base::Value& value);
// MatcherInterface overrides.
- virtual bool MatchAndExplain(const base::Value& value,
- MatchResultListener* listener) const override;
- virtual void DescribeTo(::std::ostream* os) const override;
- virtual void DescribeNegationTo(::std::ostream* os) const override;
+ bool MatchAndExplain(const base::Value& value,
+ MatchResultListener* listener) const override;
+ void DescribeTo(::std::ostream* os) const override;
+ void DescribeNegationTo(::std::ostream* os) const override;
private:
scoped_ptr<base::Value> expected_value_;
« no previous file with comments | « chromeos/dbus/nfc_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698