| 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..df0043d1c09f30da6dcb97dc69041d54f055eba5 100644
|
| --- a/base/debug/trace_event_unittest.h
|
| +++ b/base/debug/trace_event_unittest.h
|
| @@ -1,14 +1,14 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2014 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.
|
|
|
| -#include "base/time/time.h"
|
| +// In the process of moving the trace event files. Right now the headers
|
| +// are being forwarded. In next CLs the change will get completed
|
| +// TODO(ssid): https://code.google.com/p/chromium/issues/detail?id=451032
|
|
|
| -namespace base {
|
| -namespace debug {
|
| +#ifndef BASE_DEBUG_TRACE_EVENT_UNITTEST_H_
|
| +#define BASE_DEBUG_TRACE_EVENT_UNITTEST_H_
|
|
|
| -// Sleep until HighResNow has advanced by at least |elapsed|.
|
| -void HighResSleepForTraceTest(base::TimeDelta elapsed);
|
| +#include "base/trace_event/trace_event_unittest.h"
|
|
|
| -} // namespace debug
|
| -} // namespace base
|
| +#endif // BASE_DEBUG_TRACE_EVENT_UNITTEST_H_
|
|
|