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

Unified Diff: components/browsing_data/core/history_notice_utils_unittest.cc

Issue 2238453002: Merge //components/browsing_data_ui into //components/browsing_data/core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over https://codereview.chromium.org/2345843003/ Created 4 years, 3 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/browsing_data/core/history_notice_utils.cc ('k') | components/browsing_data_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/browsing_data/core/history_notice_utils.cc ('k') | components/browsing_data_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698