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

Unified Diff: components/history/ios/browser/history_database_helper.h

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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/ios/browser/history_database_helper.h
diff --git a/components/history/content/browser/history_database_helper.h b/components/history/ios/browser/history_database_helper.h
similarity index 66%
copy from components/history/content/browser/history_database_helper.h
copy to components/history/ios/browser/history_database_helper.h
index 4a97514271506860045756147dd46d1934268b6a..3093efe3ddd294f7beac7b4a0b8b9dd03ea246f1 100644
--- a/components/history/content/browser/history_database_helper.h
+++ b/components/history/ios/browser/history_database_helper.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_HISTORY_CONTENT_BROWSER_HISTORY_DATABASE_HELPER_H_
-#define COMPONENTS_HISTORY_CONTENT_BROWSER_HISTORY_DATABASE_HELPER_H_
+#ifndef COMPONENTS_HISTORY_IOS_BROWSER_HISTORY_DATABASE_HELPER_H_
+#define COMPONENTS_HISTORY_IOS_BROWSER_HISTORY_DATABASE_HELPER_H_
namespace base {
class FilePath;
@@ -19,4 +19,4 @@ HistoryDatabaseParams HistoryDatabaseParamsForPath(
} // namespace history
-#endif // COMPONENTS_HISTORY_CONTENT_BROWSER_HISTORY_DATABASE_HELPER_H_
+#endif // COMPONENTS_HISTORY_IOS_BROWSER_HISTORY_DATABASE_HELPER_H_
« no previous file with comments | « components/history/core/test/test_history_database.cc ('k') | components/history/ios/browser/history_database_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698