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

Unified Diff: chrome/browser/history/in_memory_database.h

Issue 339433007: Componentize URLDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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: chrome/browser/history/in_memory_database.h
diff --git a/chrome/browser/history/in_memory_database.h b/chrome/browser/history/in_memory_database.h
index b729686389b1355eabf083a95661b0ee14cf65e8..3d78b39ee1b9470518b37c523251cebe07e593a5 100644
--- a/chrome/browser/history/in_memory_database.h
+++ b/chrome/browser/history/in_memory_database.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_HISTORY_IN_MEMORY_DATABASE_H_
#include "base/basictypes.h"
-#include "chrome/browser/history/url_database.h"
+#include "components/history/core/browser/url_database.h"
#include "sql/connection.h"
namespace base {
« no previous file with comments | « chrome/browser/history/history_types_unittest.cc ('k') | chrome/browser/history/in_memory_history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698