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

Unified Diff: components/history/core/browser/url_database_unittest.cc

Issue 339433007: Componentize URLDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/history/core/browser/url_database.cc ('k') | components/history/core/browser/url_row.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/url_database_unittest.cc
diff --git a/chrome/browser/history/url_database_unittest.cc b/components/history/core/browser/url_database_unittest.cc
similarity index 98%
rename from chrome/browser/history/url_database_unittest.cc
rename to components/history/core/browser/url_database_unittest.cc
index 1656f1e8346f12019c7ea79a3657a9ac1c1beafc..94e2abf999328d2d70ef5e86dd3e6e018786975d 100644
--- a/chrome/browser/history/url_database_unittest.cc
+++ b/components/history/core/browser/url_database_unittest.cc
@@ -7,7 +7,8 @@
#include "base/path_service.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
-#include "chrome/browser/history/url_database.h"
+#include "components/history/core/browser/keyword_search_term.h"
+#include "components/history/core/browser/url_database.h"
#include "sql/connection.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/history/core/browser/url_database.cc ('k') | components/history/core/browser/url_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698