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

Unified Diff: components/history/core/test/history_unittest_base.cc

Issue 813503003: Move files from chrome/browser/history to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-owners
Patch Set: Created 5 years, 11 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
Index: components/history/core/test/history_unittest_base.cc
diff --git a/chrome/browser/history/history_unittest_base.cc b/components/history/core/test/history_unittest_base.cc
similarity index 95%
rename from chrome/browser/history/history_unittest_base.cc
rename to components/history/core/test/history_unittest_base.cc
index 6a2ca9a010e6fff754ab249846abd56840061dd3..040a4744407ce15c2623c3978370b0b0935baf8a 100644
--- a/chrome/browser/history/history_unittest_base.cc
+++ b/components/history/core/test/history_unittest_base.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "components/history/core/test/history_unittest_base.h"
+
#include <vector>
#include "base/files/file_util.h"
#include "base/format_macros.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
-#include "chrome/browser/history/history_unittest_base.h"
#include "sql/connection.h"
namespace history {
« components/history/DEPS ('K') | « components/history/core/test/history_unittest_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698