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 "extensions/browser/extension_throttle_test_support.h"
9 TestTickClock::TestTickClock() {
12 TestTickClock::TestTickClock(base::TimeTicks now
) : now_ticks_(now
) {
15 TestTickClock::~TestTickClock() {
18 base::TimeTicks
TestTickClock::NowTicks() {
22 } // namespace extensions