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

Unified Diff: components/history/core/android/android_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/android/android_history_types.cc ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/android/android_history_types_unittest.cc
diff --git a/chrome/browser/history/android/android_history_types_unittest.cc b/components/history/core/android/android_history_types_unittest.cc
similarity index 95%
rename from chrome/browser/history/android/android_history_types_unittest.cc
rename to components/history/core/android/android_history_types_unittest.cc
index ef8203009873d861fcb4ce364e13cf768c6510c9..a3f4e9b0b5abb050d035a984ba4a2d38072b94a7 100644
--- a/chrome/browser/history/android/android_history_types_unittest.cc
+++ b/components/history/core/android/android_history_types_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/history/android/android_history_types.h"
+#include "components/history/core/android/android_history_types.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/history/core/android/android_history_types.cc ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698