diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 19:40:08 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 19:40:08 +0000 |
commit | a0835ac1850ccabc846ebfcee537b0b0592b8519 (patch) | |
tree | 6f8911806716dd8011cd0c2b3983722fd751c313 /chrome/browser/history/history.cc | |
parent | 51748d266bd3558ec1ee508340cdc9d554ea55f5 (diff) | |
download | chromium_src-a0835ac1850ccabc846ebfcee537b0b0592b8519.zip chromium_src-a0835ac1850ccabc846ebfcee537b0b0592b8519.tar.gz chromium_src-a0835ac1850ccabc846ebfcee537b0b0592b8519.tar.bz2 |
FBTF: Move ctors/dtors into cc files.
This cleanup patch isn't as impactful; this only shrinks our .a files by 304k.
This patch also renames chrome/browser/history/download_type.h to download_create_info.h because there are then two download_type.cc files and MSVS will have the .obj from one of those overwrite the other.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3351005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history.cc')
-rw-r--r-- | chrome/browser/history/history.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc index fb08fa0..e0c63b3 100644 --- a/chrome/browser/history/history.cc +++ b/chrome/browser/history/history.cc @@ -35,7 +35,7 @@ #include "chrome/browser/browser_process.h" #include "chrome/browser/browser_window.h" #include "chrome/browser/chrome_thread.h" -#include "chrome/browser/history/download_types.h" +#include "chrome/browser/history/download_create_info.h" #include "chrome/browser/history/history_backend.h" #include "chrome/browser/history/history_notifications.h" #include "chrome/browser/history/history_types.h" |