From 8e38341c65360b48c32b88c58d6ac490516c0c0c Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Tue, 19 Oct 2010 16:57:03 +0000 Subject: FBTF: Even more ctor/virtual deinlining. (Only 424k off Linux debug .a files). BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3859003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63059 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/history/text_database.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/history/text_database.cc') diff --git a/chrome/browser/history/text_database.cc b/chrome/browser/history/text_database.cc index 7454681..84367d3 100644 --- a/chrome/browser/history/text_database.cc +++ b/chrome/browser/history/text_database.cc @@ -58,6 +58,10 @@ const FilePath::CharType kFilePrefix[] = FILE_PATH_LITERAL("History Index "); } // namespace +TextDatabase::Match::Match() {} + +TextDatabase::Match::~Match() {} + TextDatabase::TextDatabase(const FilePath& path, DBIdent id, bool allow_create) -- cgit v1.1