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

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

Issue 584013002: Componentize history_types.{cc,h} and android_history_types.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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/history/core/browser/history_types.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_types_unittest.cc
diff --git a/chrome/browser/history/history_types_unittest.cc b/components/history/core/browser/history_types_unittest.cc
similarity index 98%
rename from chrome/browser/history/history_types_unittest.cc
rename to components/history/core/browser/history_types_unittest.cc
index 80c84e0c370f956ca98190fe0bb72b7c6ce4097f..92c2f904c3ed8ada21d27f6fc917d1d221a74d3e 100644
--- a/chrome/browser/history/history_types_unittest.cc
+++ b/components/history/core/browser/history_types_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/strings/utf_string_conversions.h"
-#include "chrome/browser/history/history_types.h"
+#include "components/history/core/browser/history_types.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace history {
« no previous file with comments | « components/history/core/browser/history_types.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698