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

Unified Diff: components/arc/arc_bridge_service_impl.h

Issue 1925183004: arc_bridge: Add more logging, plus cleanup (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Added missing include Created 4 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/arc/arc_bridge_service_impl.h
diff --git a/components/arc/arc_bridge_service_impl.h b/components/arc/arc_bridge_service_impl.h
index 6012201ca98eb3799b9974a13265b1a219ff99a3..26a949432c6bb3eae03d7278c2a35e567cc4943e 100644
--- a/components/arc/arc_bridge_service_impl.h
+++ b/components/arc/arc_bridge_service_impl.h
@@ -28,7 +28,7 @@ class ArcBridgeServiceImpl : public ArcBridgeService,
public ArcBridgeBootstrap::Delegate {
public:
explicit ArcBridgeServiceImpl(std::unique_ptr<ArcBridgeBootstrap> bootstrap);
- ~ArcBridgeServiceImpl() override;
+ ~ArcBridgeServiceImpl() override = default;
Yusuke Sato 2016/04/29 00:28:41 Please move '= default' to the .cc side. Try jobs
Luis Héctor Chávez 2016/04/29 20:23:15 Done.
void SetDetectedAvailability(bool available) override;

Powered by Google App Engine
This is Rietveld 408576698