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

Unified Diff: chrome/browser/ui/webui/browsing_history_handler_unittest.cc

Issue 1462813003: Split BrowsingHistoryHandler out of history_ui.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/browsing_history_handler_unittest.cc
diff --git a/chrome/browser/ui/webui/history_ui_unittest.cc b/chrome/browser/ui/webui/browsing_history_handler_unittest.cc
similarity index 97%
rename from chrome/browser/ui/webui/history_ui_unittest.cc
rename to chrome/browser/ui/webui/browsing_history_handler_unittest.cc
index 58d1ddc4f7d6ddc2a60f34718eec23a452d1bd06..9a097bed0512cdad16ac425509c2648e3f9cb251 100644
--- a/chrome/browser/ui/webui/history_ui_unittest.cc
+++ b/chrome/browser/ui/webui/browsing_history_handler_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 "chrome/browser/ui/webui/history_ui.h"
+#include "chrome/browser/ui/webui/browsing_history_handler.h"
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -49,7 +49,7 @@ bool ResultEquals(
// Tests that the MergeDuplicateResults method correctly removes duplicate
// visits to the same URL on the same day.
-TEST(HistoryUITest, MergeDuplicateResults) {
+TEST(BrowsingHistoryHandlerTest, MergeDuplicateResults) {
{
// Basic test that duplicates on the same day are removed.
TestResult test_data[] = {

Powered by Google App Engine
This is Rietveld 408576698