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

Unified Diff: components/history/core/browser/android/urls_sql_handler.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/urls_sql_handler.cc
diff --git a/components/history/core/android/urls_sql_handler.cc b/components/history/core/browser/android/urls_sql_handler.cc
similarity index 98%
rename from components/history/core/android/urls_sql_handler.cc
rename to components/history/core/browser/android/urls_sql_handler.cc
index 529eb3a7b5ae43a6e5314e94b14a0d1bcaa46cda..e6591fce2f3ddbf9d306c4c9bf9a9b79d4edc526 100644
--- a/components/history/core/android/urls_sql_handler.cc
+++ b/components/history/core/browser/android/urls_sql_handler.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/urls_sql_handler.h"
+#include "components/history/core/browser/android/urls_sql_handler.h"
#include "base/logging.h"
#include "components/history/core/browser/url_database.h"

Powered by Google App Engine
This is Rietveld 408576698