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

Side by Side Diff: chrome/browser/chromeos/extensions/wallpaper_manager_browsertest.cc

Issue 689553002: Cleanup: Remove unneeded path_service.h includes in base and chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "base/files/file_path.h" 5 #include "base/files/file_path.h"
6 #include "base/path_service.h"
7 #include "chrome/browser/apps/app_browsertest_util.h" 6 #include "chrome/browser/apps/app_browsertest_util.h"
8 #include "chrome/browser/extensions/component_loader.h" 7 #include "chrome/browser/extensions/component_loader.h"
9 #include "chrome/browser/extensions/extension_service.h" 8 #include "chrome/browser/extensions/extension_service.h"
10 #include "chrome/browser/ui/tabs/tab_strip_model.h" 9 #include "chrome/browser/ui/tabs/tab_strip_model.h"
11 #include "chrome/test/base/ui_test_utils.h" 10 #include "chrome/test/base/ui_test_utils.h"
12 #include "content/public/test/browser_test_utils.h" 11 #include "content/public/test/browser_test_utils.h"
13 #include "extensions/browser/extension_registry.h" 12 #include "extensions/browser/extension_registry.h"
14 #include "extensions/test/extension_test_message_listener.h" 13 #include "extensions/test/extension_test_message_listener.h"
15 #include "grit/browser_resources.h" 14 #include "grit/browser_resources.h"
16 15
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ASSERT_TRUE(web_contents); 85 ASSERT_TRUE(web_contents);
87 86
88 const std::vector<int> empty_libraries; 87 const std::vector<int> empty_libraries;
89 EXPECT_TRUE(ExecuteWebUIResourceTest(web_contents, empty_libraries)); 88 EXPECT_TRUE(ExecuteWebUIResourceTest(web_contents, empty_libraries));
90 } 89 }
91 }; 90 };
92 91
93 IN_PROC_BROWSER_TEST_F(WallpaperManagerJsTest, EventPageTest) { 92 IN_PROC_BROWSER_TEST_F(WallpaperManagerJsTest, EventPageTest) {
94 RunTest(base::FilePath(FILE_PATH_LITERAL("event_page_unittest.html"))); 93 RunTest(base::FilePath(FILE_PATH_LITERAL("event_page_unittest.html")));
95 } 94 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/wallpaper_api.cc ('k') | chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698