diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 06:06:12 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 06:06:12 +0000 |
commit | 4dd5793c22cc4e9991055adcb4e7163fbba8c246 (patch) | |
tree | fb2307f59725643e4c4ce8d4f215188fd8920bdd /chrome/browser/history | |
parent | 7e06cb9f6a1bfd890eebd08195a903a58912cdc9 (diff) | |
download | chromium_src-4dd5793c22cc4e9991055adcb4e7163fbba8c246.zip chromium_src-4dd5793c22cc4e9991055adcb4e7163fbba8c246.tar.gz chromium_src-4dd5793c22cc4e9991055adcb4e7163fbba8c246.tar.bz2 |
Move the remaining files in chrome\common to content\common.
TBR=avi
Review URL: http://codereview.chromium.org/6672070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78516 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/history_types.h | 2 | ||||
-rw-r--r-- | chrome/browser/history/visit_database.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h index 3898c3a..7090ad5 100644 --- a/chrome/browser/history/history.h +++ b/chrome/browser/history/history.h @@ -19,11 +19,11 @@ #include "chrome/browser/favicon_service.h" #include "chrome/browser/history/history_types.h" #include "chrome/browser/search_engines/template_url_id.h" -#include "chrome/common/page_transition_types.h" #include "chrome/common/ref_counted_util.h" #include "content/browser/cancelable_request.h" #include "content/common/notification_observer.h" #include "content/common/notification_registrar.h" +#include "content/common/page_transition_types.h" class BookmarkService; struct DownloadCreateInfo; diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h index 9d0b082..5aef72f 100644 --- a/chrome/browser/history/history_types.h +++ b/chrome/browser/history/history_types.h @@ -19,9 +19,9 @@ #include "base/time.h" #include "chrome/browser/history/snippet.h" #include "chrome/browser/search_engines/template_url_id.h" -#include "chrome/common/page_transition_types.h" #include "chrome/common/ref_counted_util.h" #include "chrome/common/thumbnail_score.h" +#include "content/common/page_transition_types.h" #include "googleurl/src/gurl.h" namespace history { diff --git a/chrome/browser/history/visit_database.cc b/chrome/browser/history/visit_database.cc index ace5dac..7794065 100644 --- a/chrome/browser/history/visit_database.cc +++ b/chrome/browser/history/visit_database.cc @@ -13,8 +13,8 @@ #include "base/logging.h" #include "base/string_number_conversions.h" #include "chrome/browser/history/url_database.h" -#include "chrome/common/page_transition_types.h" #include "chrome/common/url_constants.h" +#include "content/common/page_transition_types.h" // Rows, in order, of the visit table. #define HISTORY_VISIT_ROW_FIELDS \ |