| Index: components/browsing_data/core/history_notice_utils_unittest.cc
|
| diff --git a/components/browsing_data_ui/history_notice_utils_unittest.cc b/components/browsing_data/core/history_notice_utils_unittest.cc
|
| similarity index 98%
|
| rename from components/browsing_data_ui/history_notice_utils_unittest.cc
|
| rename to components/browsing_data/core/history_notice_utils_unittest.cc
|
| index 4594af8953ed6f2afea72d2781882c4bffab8199..4d9a4b9f48b2b2a77e45ac8b841f6528f1623f48 100644
|
| --- a/components/browsing_data_ui/history_notice_utils_unittest.cc
|
| +++ b/components/browsing_data/core/history_notice_utils_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/browsing_data_ui/history_notice_utils.h"
|
| +#include "components/browsing_data/core/history_notice_utils.h"
|
|
|
| #include <memory>
|
|
|
| @@ -21,7 +21,7 @@
|
| #include "net/url_request/url_request_test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace browsing_data_ui {
|
| +namespace browsing_data {
|
|
|
| namespace {
|
|
|
| @@ -184,4 +184,4 @@ TEST_F(HistoryNoticeUtilsTest, WebHistoryStates) {
|
| ExpectShouldPopupDialogAboutOtherFormsOfBrowsingHistoryWithResult(false);
|
| }
|
|
|
| -} // namespace browsing_data_ui
|
| +} // namespace browsing_data
|
|
|