[Checkstyle] Enable boolean simplification and empty expression checks.
[chromium-blink-merge.git] / base / debug / trace_event_unittest.h
blob599fec7dcd81a96053b79dbdc3d4d677288c729e
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 "base/time/time.h"
7 namespace base {
8 namespace debug {
10 // Sleep until HighResNow has advanced by at least |elapsed|.
11 void HighResSleepForTraceTest(base::TimeDelta elapsed);
13 } // namespace debug
14 } // namespace base