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

Unified Diff: chromeos/components/tether/host_scan_cache.h

Issue 2857723002: [CrOS Tether] Fix build breakage. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698