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

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

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
« no previous file with comments | « chrome/browser/extensions/extensions_quota_service.h ('k') | chrome/browser/plugin_data_remover_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/text_database_manager.h
diff --git a/chrome/browser/history/text_database_manager.h b/chrome/browser/history/text_database_manager.h
index 0bf541f6d1cc18fc32e0d50845d2cfb9bc207e01..120f4b1f70eafea2f0ffabf956a60e9f77067f8d 100644
--- a/chrome/browser/history/text_database_manager.h
+++ b/chrome/browser/history/text_database_manager.h
@@ -74,9 +74,9 @@ class TextDatabaseManager {
// The visit database is a pointer owned by the caller for the main database
// (of recent visits). The visit database will be updated to refer to the
// added text database entries.
- explicit TextDatabaseManager(const FilePath& dir,
- URLDatabase* url_database,
- VisitDatabase* visit_database);
+ TextDatabaseManager(const FilePath& dir,
+ URLDatabase* url_database,
+ VisitDatabase* visit_database);
~TextDatabaseManager();
// Must call before using other functions. If it returns false, no other
« no previous file with comments | « chrome/browser/extensions/extensions_quota_service.h ('k') | chrome/browser/plugin_data_remover_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698