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

Unified Diff: chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc

Issue 670623002: Change base::TickClock to a ref counted class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@audio_redesign
Patch Set: y 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
Index: chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
diff --git a/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc b/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
index 6a233763b911caef54753e66e7026bfb42abe8ea..54fcef04d6acbb88e89e2d49b5073a9e788b72e9 100644
--- a/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
+++ b/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
@@ -104,12 +104,13 @@ class MockTimeTickClock : public base::TickClock {
public:
explicit MockTimeTickClock(
scoped_refptr<MockTimeSingleThreadTaskRunner> task_runner);
- virtual ~MockTimeTickClock();
// base::TickClock:
virtual base::TimeTicks NowTicks() override;
private:
+ virtual ~MockTimeTickClock();
+
scoped_refptr<MockTimeSingleThreadTaskRunner> task_runner_;
DISALLOW_COPY_AND_ASSIGN(MockTimeTickClock);
« no previous file with comments | « chrome/browser/chromeos/system/automatic_reboot_manager.cc ('k') | chrome/browser/media/cast_transport_host_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698