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

Unified Diff: chrome/browser/sessions/base_session_service.h

Issue 10855075: Clean-up inline members of nested classes (chrome/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/profiles/profile_manager.cc ('k') | chrome/browser/sessions/base_session_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/base_session_service.h
diff --git a/chrome/browser/sessions/base_session_service.h b/chrome/browser/sessions/base_session_service.h
index 2f4009828ce93ceda6fb0b695f668eab48612cec..2fd043ac03bd9e76e0fc5d7dd22646a4c43368e5 100644
--- a/chrome/browser/sessions/base_session_service.h
+++ b/chrome/browser/sessions/base_session_service.h
@@ -65,9 +65,7 @@ class BaseSessionService : public CancelableRequestProvider,
class InternalGetCommandsRequest :
public CancelableRequest<InternalGetCommandsCallback> {
public:
- explicit InternalGetCommandsRequest(const CallbackType& callback)
- : CancelableRequest<InternalGetCommandsCallback>(callback) {
- }
+ explicit InternalGetCommandsRequest(const CallbackType& callback);
// The commands. The backend fills this in for us.
std::vector<SessionCommand*> commands;
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/browser/sessions/base_session_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698