diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 19:54:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 19:54:56 +0000 |
commit | d82443b8abc227bd9aa383bfc62702cf36c97476 (patch) | |
tree | 2aa9125983c41369ed92ef78837919853145ca2e /chrome/browser/history | |
parent | 0063a45b4515ead768e917a4f62f8fe96574a02d (diff) | |
download | chromium_src-d82443b8abc227bd9aa383bfc62702cf36c97476.zip chromium_src-d82443b8abc227bd9aa383bfc62702cf36c97476.tar.gz chromium_src-d82443b8abc227bd9aa383bfc62702cf36c97476.tar.bz2 |
Fie.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r-- | chrome/browser/history/history.h | 2 | ||||
-rw-r--r-- | chrome/browser/history/url_database.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index 0e5a492..dcd5518 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -20,7 +20,7 @@ #include "chrome/browser/chrome_thread.h" #include "chrome/browser/history/history_notifications.h" #include "chrome/browser/history/history_types.h" -#include "chrome/browser/search_engines/template_url.h" +#include "chrome/browser/template_url.h" #include "chrome/common/notification_service.h" #include "chrome/common/page_transition_types.h" #include "chrome/common/ref_counted_util.h" diff --git a/chrome/browser/history/url_database.h b/chrome/browser/history/url_database.h index 20aeb78..745c7e3 100644 --- a/chrome/browser/history/url_database.h +++ b/chrome/browser/history/url_database.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "chrome/browser/history/history_types.h" -#include "chrome/browser/search_engines/template_url.h" +#include "chrome/browser/template_url.h" // Temporary until DBCloseScoper moves elsewhere. #include "chrome/common/sqlite_compiled_statement.h" |