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

Unified Diff: components/history/core/browser/android/android_history_types_unittest.cc

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compilation 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/browser/android/android_history_types_unittest.cc
diff --git a/components/history/core/android/android_history_types_unittest.cc b/components/history/core/browser/android/android_history_types_unittest.cc
similarity index 95%
rename from components/history/core/android/android_history_types_unittest.cc
rename to components/history/core/browser/android/android_history_types_unittest.cc
index a3f4e9b0b5abb050d035a984ba4a2d38072b94a7..0f18edced88c999b08d6e17947a54f25819cc9d2 100644
--- a/components/history/core/android/android_history_types_unittest.cc
+++ b/components/history/core/browser/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 "components/history/core/android/android_history_types.h"
+#include "components/history/core/browser/android/android_history_types.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698