summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_backend.h
diff options
context:
space:
mode:
authorkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-19 02:21:43 +0000
committerkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-19 02:21:43 +0000
commit1414a00dd053ed41304f2d71c26f9edce925131b (patch)
treede23544b2f274a2eba97e40484c6bb8da2b30b22 /chrome/browser/history/history_backend.h
parent63a338022ddd57e68a55f26c6d1d534970e6c9ad (diff)
downloadchromium_src-1414a00dd053ed41304f2d71c26f9edce925131b.zip
chromium_src-1414a00dd053ed41304f2d71c26f9edce925131b.tar.gz
chromium_src-1414a00dd053ed41304f2d71c26f9edce925131b.tar.bz2
Revert 157475 - Introduce chrome/browser/common directory and move url_database(and its dependencies).
c/b/common dir is for utility/library code shared by chrome browser code. BUG=144783 Review URL: https://chromiumcodereview.appspot.com/10908155 TBR=kaiwang@chromium.org Review URL: https://codereview.chromium.org/10941028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history_backend.h')
-rw-r--r--chrome/browser/history/history_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index 59a7836..10c5550 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -13,7 +13,6 @@
#include "base/memory/mru_cache.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/cancelable_request.h"
-#include "chrome/browser/common/url_database/template_url_id.h"
#include "chrome/browser/history/archived_database.h"
#include "chrome/browser/history/expire_history_backend.h"
#include "chrome/browser/history/history_database.h"
@@ -22,6 +21,7 @@
#include "chrome/browser/history/text_database_manager.h"
#include "chrome/browser/history/thumbnail_database.h"
#include "chrome/browser/history/visit_tracker.h"
+#include "chrome/browser/search_engines/template_url_id.h"
#include "sql/init_status.h"
#include "ui/base/layout.h"