| Index: chromeos/components/tether/host_scan_cache.h
|
| diff --git a/chromeos/components/tether/host_scan_cache.h b/chromeos/components/tether/host_scan_cache.h
|
| index c9e0568dd83d9441a5d49a4406da68224139e2d0..d3ab465f869cea1b7f0779ab50469a7ce4d237f4 100644
|
| --- a/chromeos/components/tether/host_scan_cache.h
|
| +++ b/chromeos/components/tether/host_scan_cache.h
|
| @@ -78,7 +78,7 @@ class HostScanCache : public TetherHostResponseRecorder::Observer {
|
|
|
| class TimerFactory {
|
| public:
|
| - virtual std::unique_ptr<base::Timer> CreateOneShotTimer();
|
| + virtual std::unique_ptr<base::Timer> CreateOneShotTimer() = 0;
|
| };
|
|
|
| private:
|
|
|