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

Unified Diff: components/history/core/browser/android/urls_sql_handler.h

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.h
diff --git a/components/history/core/android/urls_sql_handler.h b/components/history/core/browser/android/urls_sql_handler.h
similarity index 74%
rename from components/history/core/android/urls_sql_handler.h
rename to components/history/core/browser/android/urls_sql_handler.h
index 8902c3220585617a647dd9ad073e018644ea545f..b7fb2fa122742122d7c56e28a9a609a643d65d45 100644
--- a/components/history/core/android/urls_sql_handler.h
+++ b/components/history/core/browser/android/urls_sql_handler.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_HISTORY_CORE_ANDROID_URLS_SQL_HANDLER_H_
-#define COMPONENTS_HISTORY_CORE_ANDROID_URLS_SQL_HANDLER_H_
+#ifndef COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_URLS_SQL_HANDLER_H_
+#define COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_URLS_SQL_HANDLER_H_
-#include "components/history/core/android/sql_handler.h"
+#include "components/history/core/browser/android/sql_handler.h"
namespace history {
@@ -31,4 +31,4 @@ class UrlsSQLHandler : public SQLHandler {
} // namespace history.
-#endif // COMPONENTS_HISTORY_CORE_ANDROID_URLS_SQL_HANDLER_H_
+#endif // COMPONENTS_HISTORY_CORE_BROWSER_ANDROID_URLS_SQL_HANDLER_H_
« no previous file with comments | « components/history/core/browser/android/sql_handler.cc ('k') | components/history/core/browser/android/urls_sql_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698