| Index: base/debug/trace_event_unittest.h
|
| diff --git a/base/debug/trace_event_unittest.h b/base/debug/trace_event_unittest.h
|
| index 599fec7dcd81a96053b79dbdc3d4d677288c729e..fee3cc1f3974fbce440364fe444288fabb6ec256 100644
|
| --- a/base/debug/trace_event_unittest.h
|
| +++ b/base/debug/trace_event_unittest.h
|
| @@ -1,14 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| +// In the process of moving the trace event files. Right now the headers
|
| +// are being forwarded. IN next CLs the change will get completed
|
|
|
| -#include "base/time/time.h"
|
| -
|
| -namespace base {
|
| -namespace debug {
|
| -
|
| -// Sleep until HighResNow has advanced by at least |elapsed|.
|
| -void HighResSleepForTraceTest(base::TimeDelta elapsed);
|
| -
|
| -} // namespace debug
|
| -} // namespace base
|
| +#include "base/trace_event/trace_event_uittest.h"
|
|
|