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

Unified Diff: components/history/core/android/android_urls_sql_handler.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/android/android_urls_sql_handler.cc
diff --git a/chrome/browser/history/android/android_urls_sql_handler.cc b/components/history/core/android/android_urls_sql_handler.cc
similarity index 96%
rename from chrome/browser/history/android/android_urls_sql_handler.cc
rename to components/history/core/android/android_urls_sql_handler.cc
index e7ea2dbe93e9406ffa7a44260d54446c1fc6ff94..e98b49efac886ef58c715fa3b22e71ebe6b1bef8 100644
--- a/chrome/browser/history/android/android_urls_sql_handler.cc
+++ b/components/history/core/android/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 "chrome/browser/history/android/android_urls_sql_handler.h"
+#include "components/history/core/android/android_urls_sql_handler.h"
#include "base/logging.h"
#include "components/history/core/android/android_urls_database.h"

Powered by Google App Engine
This is Rietveld 408576698