| Index: chrome/browser/ui/webui/browsing_history_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/browsing_history_handler_unittest.cc b/chrome/browser/ui/webui/browsing_history_handler_unittest.cc
|
| index 1d328175bb598fa55a13de29489c77755a69695f..15ef926f32453dca2d688e33b43ed0ff32d0e749 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler_unittest.cc
|
| @@ -12,7 +12,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "base/test/scoped_feature_list.h"
|
| #include "base/test/simple_test_clock.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/history/browsing_history_service.h"
|
| @@ -23,7 +22,6 @@
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/browser/sync/profile_sync_test_util.h"
|
| -#include "chrome/common/chrome_features.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/browser_sync/test_profile_sync_service.h"
|
| #include "components/history/core/test/fake_web_history_service.h"
|
| @@ -300,9 +298,6 @@ TEST_F(BrowsingHistoryHandlerTest, ObservingWebHistoryDeletions) {
|
|
|
| #if !defined(OS_ANDROID)
|
| TEST_F(BrowsingHistoryHandlerTest, MdTruncatesTitles) {
|
| - base::test::ScopedFeatureList scoped_feature_list;
|
| - scoped_feature_list.InitAndEnableFeature(features::kMaterialDesignHistory);
|
| -
|
| history::URLResult long_result(
|
| GURL("http://looooooooooooooooooooooooooooooooooooooooooooooooooooooooooo"
|
| "oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo"
|
|
|