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

Unified Diff: components/copresence/rpc/rpc_handler_unittest.cc

Issue 453793002: Add audible support to the copresence API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/copresence/rpc/rpc_handler_unittest.cc
diff --git a/components/copresence/rpc/rpc_handler_unittest.cc b/components/copresence/rpc/rpc_handler_unittest.cc
index b927065b2b0dab5863ed8e3441ddc90f32329673..a2fa711dfb29f14c715eef0fab620930fc1fbac7 100644
--- a/components/copresence/rpc/rpc_handler_unittest.cc
+++ b/components/copresence/rpc/rpc_handler_unittest.cc
@@ -157,11 +157,9 @@ class RpcHandlerTest : public testing::Test, public CopresenceClientDelegate {
return "Version String";
}
- virtual const std::string GetDeviceId() const OVERRIDE {
- return stored_device_id_;
- }
+ virtual const std::string GetDeviceId() const { return stored_device_id_; }
- virtual void SaveDeviceId(const std::string& device_id) OVERRIDE {}
+ virtual void SaveDeviceId(const std::string& device_id) {}
virtual WhispernetClient* GetWhispernetClient() OVERRIDE {
return NULL;
« components/copresence/rpc/rpc_handler.cc ('K') | « components/copresence/rpc/rpc_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698