19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_FLUSH_EARLY_INFO_FINDER_TEST_BASE_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_FLUSH_EARLY_INFO_FINDER_TEST_BASE_H_
23 #include "pagespeed/kernel/base/basictypes.h"
24 #include "pagespeed/kernel/base/timer.h"
26 namespace net_instaweb {
38 virtual int64 cache_expiration_time_ms()
const {
39 return Timer::kHourMs;
44 int num_compute_calls() {
45 return num_compute_calls_;
48 num_compute_calls_ = 0;
52 int num_compute_calls_;
Definition: flush_early_info_finder_test_base.h:32
virtual bool IsMeaningful(const RewriteDriver *driver) const
Definition: flush_early_info_finder_test_base.h:37
Definition: rewrite_driver.h:98
virtual void ComputeFlushEarlyInfo(RewriteDriver *driver)
Computes the flush early info.
Definition: flush_early_info_finder_test_base.h:41
Definition: flush_early_info_finder.h:33