| Index: base/test/null_task_runner.h
|
| diff --git a/base/test/null_task_runner.h b/base/test/null_task_runner.h
|
| index 0f447513c58d569628fe69586e739acae9db1154..a6471f59cf77e94c22fe0a3784c8e8e0b6ea5494 100644
|
| --- a/base/test/null_task_runner.h
|
| +++ b/base/test/null_task_runner.h
|
| @@ -1,9 +1,6 @@
|
| // 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.
|
| -
|
| -#ifndef BASE_TEST_NULL_TASK_RUNNER_H_
|
| -#define BASE_TEST_NULL_TASK_RUNNER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -34,5 +31,3 @@
|
| };
|
|
|
| } // namespace base
|
| -
|
| -#endif // BASE_TEST_NULL_TASK_RUNNER_H_
|
|
|