| Index: content/browser/browser_url_handler_unittest.cc
|
| diff --git a/content/browser/browser_url_handler_unittest.cc b/content/browser/browser_url_handler_unittest.cc
|
| index 91685225599eb002f07386433cf4cfcb13cf258a..06044bbe405e964726e30981fa5e9c99046471ce 100644
|
| --- a/content/browser/browser_url_handler_unittest.cc
|
| +++ b/content/browser/browser_url_handler_unittest.cc
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "content/browser/browser_url_handler.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -class BrowserURLHandlerTest : public testing::Test {
|
| +class BrowserURLHandlerTest : public TestingBrowserProcessTest {
|
| };
|
|
|
| // Test URL rewriter that rewrites all "foo://" URLs to "bar://bar".
|
|
|