Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: ash/test/test_suite.cc

Issue 689563002: Cleanup: Remove unneeded path_service.h includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chromecast/browser/android/cast_window_android.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ash_switches.h" 7 #include "ash/ash_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 #include "base/path_service.h"
11 #include "build/build_config.h" 10 #include "build/build_config.h"
12 #include "testing/gtest/include/gtest/gtest.h" 11 #include "testing/gtest/include/gtest/gtest.h"
13 #include "ui/base/resource/resource_bundle.h" 12 #include "ui/base/resource/resource_bundle.h"
14 #include "ui/base/ui_base_paths.h" 13 #include "ui/base/ui_base_paths.h"
15 #include "ui/gfx/gfx_paths.h" 14 #include "ui/gfx/gfx_paths.h"
16 #include "ui/gl/gl_surface.h" 15 #include "ui/gl/gl_surface.h"
17 16
18 #if defined(OS_WIN) 17 #if defined(OS_WIN)
19 #include "base/win/windows_version.h" 18 #include "base/win/windows_version.h"
20 #include "ui/base/win/atl_module.h" 19 #include "ui/base/win/atl_module.h"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 void AuraShellTestSuite::Shutdown() { 57 void AuraShellTestSuite::Shutdown() {
59 ui::ResourceBundle::CleanupSharedInstance(); 58 ui::ResourceBundle::CleanupSharedInstance();
60 #if defined(OS_WIN) 59 #if defined(OS_WIN)
61 com_initializer_.reset(); 60 com_initializer_.reset();
62 #endif 61 #endif
63 base::TestSuite::Shutdown(); 62 base::TestSuite::Shutdown();
64 } 63 }
65 64
66 } // namespace test 65 } // namespace test
67 } // namespace ash 66 } // namespace ash
OLDNEW
« no previous file with comments | « no previous file | chromecast/browser/android/cast_window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698