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

Unified Diff: chrome/browser/sessions/tab_restore_service.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/rlz/rlz.cc ('k') | chrome/browser/sync/engine/syncapi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/tab_restore_service.h
diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h
index 8fc50dceb59613b010e2381a89bfd74afadcc062..714e83eeeaf656ff2c1c9aa5189c1dc5ffdc66e5 100644
--- a/chrome/browser/sessions/tab_restore_service.h
+++ b/chrome/browser/sessions/tab_restore_service.h
@@ -117,8 +117,7 @@ class TabRestoreService : public BaseSessionService {
// Creates a new TabRestoreService and provides an object that provides the
// current time. The TabRestoreService does not take ownership of the
// |time_factory_|.
- explicit TabRestoreService(Profile* profile,
- TimeFactory* time_factory_ = NULL);
+ TabRestoreService(Profile* profile, TimeFactory* time_factory_ = NULL);
virtual ~TabRestoreService();
« no previous file with comments | « chrome/browser/rlz/rlz.cc ('k') | chrome/browser/sync/engine/syncapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698