Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: chrome/browser/history/text_database.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/text_database.h
diff --git a/chrome/browser/history/text_database.h b/chrome/browser/history/text_database.h
index e8818884558c066397ae5a4bd49821c7e1599224..9fb3c0d0240e02bbf6f2e3ccd28c155622ccd377 100644
--- a/chrome/browser/history/text_database.h
+++ b/chrome/browser/history/text_database.h
@@ -28,6 +28,9 @@ class TextDatabase {
// Returned from the search function.
struct Match {
+ Match();
+ ~Match();
+
// URL of the match.
GURL url;

Powered by Google App Engine
This is Rietveld 408576698