| Index: ui/aura/test/test_aura_initializer.h
|
| diff --git a/ui/aura/test/test_aura_initializer.h b/ui/aura/test/test_aura_initializer.h
|
| deleted file mode 100644
|
| index bfbfe2f320d20a0739bdece34182fd9b43b65deb..0000000000000000000000000000000000000000
|
| --- a/ui/aura/test/test_aura_initializer.h
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// 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 UI_AURA_TEST_TEST_AURA_INITIALIZER_H_
|
| -#define UI_AURA_TEST_TEST_AURA_INITIALIZER_H_
|
| -
|
| -#include "base/basictypes.h"
|
| -
|
| -namespace aura {
|
| -namespace test {
|
| -
|
| -// Initializes various objects needed to run unit tests that use aura::*
|
| -// objects.
|
| -class TestAuraInitializer {
|
| - public:
|
| - TestAuraInitializer();
|
| - virtual ~TestAuraInitializer();
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(TestAuraInitializer);
|
| -};
|
| -
|
| -} // namespace test
|
| -} // namespace aura
|
| -
|
| -#endif // UI_AURA_TEST_TEST_AURA_INITIALIZER_H_
|
|
|