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

Unified Diff: components/proximity_auth/bluetooth_connection_unittest.cc

Issue 1056633004: Update {virtual,override} to follow C++11 style in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix logo tracker unittest. 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
Index: components/proximity_auth/bluetooth_connection_unittest.cc
diff --git a/components/proximity_auth/bluetooth_connection_unittest.cc b/components/proximity_auth/bluetooth_connection_unittest.cc
index a30d08c5e800573de5e1f1d51c0315282d3ab559..129d43910db43054c21765d952130b3068d5de78 100644
--- a/components/proximity_auth/bluetooth_connection_unittest.cc
+++ b/components/proximity_auth/bluetooth_connection_unittest.cc
@@ -63,7 +63,7 @@ class MockBluetoothConnection : public BluetoothConnection {
MOCK_METHOD2(OnDidSendMessage,
void(const WireMessage& message, bool success));
- virtual void SetStatus(Status status) override {
+ void SetStatus(Status status) override {
SetStatusProxy(status);
BluetoothConnection::SetStatus(status);
}
« no previous file with comments | « components/proximity_auth/bluetooth_connection_finder_unittest.cc ('k') | components/proximity_auth/client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698