1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "net/url_request/url_request_throttler_test_support.h"
7 #include "net/url_request/url_request_throttler_entry.h"
11 TestTickClock::TestTickClock() {}
13 TestTickClock::TestTickClock(base::TimeTicks now
) : now_ticks_(now
) {}
15 TestTickClock::~TestTickClock() {}
17 base::TimeTicks
TestTickClock::NowTicks() {