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

Side by Side Diff: chrome/browser/extensions/extension_websocket_apitest.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 (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 "base/path_service.h"
6 #include "chrome/browser/extensions/extension_apitest.h" 5 #include "chrome/browser/extensions/extension_apitest.h"
7 #include "content/public/common/content_paths.h" 6 #include "content/public/common/content_paths.h"
8 #include "net/base/test_data_directory.h" 7 #include "net/base/test_data_directory.h"
9 #include "net/dns/mock_host_resolver.h" 8 #include "net/dns/mock_host_resolver.h"
10 9
11 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, WebSocket) { 10 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, WebSocket) {
12 ASSERT_TRUE(StartWebSocketServer(net::GetWebSocketTestDataDirectory())); 11 ASSERT_TRUE(StartWebSocketServer(net::GetWebSocketTestDataDirectory()));
13 ASSERT_TRUE(RunExtensionTest("websocket")) << message_; 12 ASSERT_TRUE(RunExtensionTest("websocket")) << message_;
14 } 13 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/external_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698