| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "ash/test/test_suite.h" | 5 #include "ash/test/test_suite.h" |
| 6 | 6 |
| 7 #include "ash/common/ash_switches.h" | |
| 8 #include "base/command_line.h" | 7 #include "base/command_line.h" |
| 9 #include "base/files/file_path.h" | 8 #include "base/files/file_path.h" |
| 10 #include "base/i18n/rtl.h" | 9 #include "base/i18n/rtl.h" |
| 11 #include "base/path_service.h" | 10 #include "base/path_service.h" |
| 12 #include "build/build_config.h" | 11 #include "build/build_config.h" |
| 13 #include "testing/gtest/include/gtest/gtest.h" | 12 #include "testing/gtest/include/gtest/gtest.h" |
| 14 #include "ui/aura/env.h" | 13 #include "ui/aura/env.h" |
| 15 #include "ui/base/resource/resource_bundle.h" | 14 #include "ui/base/resource/resource_bundle.h" |
| 16 #include "ui/base/ui_base_paths.h" | 15 #include "ui/base/ui_base_paths.h" |
| 17 #include "ui/gfx/gfx_paths.h" | 16 #include "ui/gfx/gfx_paths.h" |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 env_.reset(); | 77 env_.reset(); |
| 79 ui::ResourceBundle::CleanupSharedInstance(); | 78 ui::ResourceBundle::CleanupSharedInstance(); |
| 80 #if defined(OS_WIN) | 79 #if defined(OS_WIN) |
| 81 com_initializer_.reset(); | 80 com_initializer_.reset(); |
| 82 #endif | 81 #endif |
| 83 base::TestSuite::Shutdown(); | 82 base::TestSuite::Shutdown(); |
| 84 } | 83 } |
| 85 | 84 |
| 86 } // namespace test | 85 } // namespace test |
| 87 } // namespace ash | 86 } // namespace ash |
| OLD | NEW |