| Index: chrome/browser/sessions/session_service.cc
|
| diff --git a/chrome/browser/sessions/session_service.cc b/chrome/browser/sessions/session_service.cc
|
| index bfed63ff6d8e9c234954290f0f116efb6c78f184..9522cee7ed0c419ffbda1a22fa16d72a6f639aa9 100644
|
| --- a/chrome/browser/sessions/session_service.cc
|
| +++ b/chrome/browser/sessions/session_service.cc
|
| @@ -59,8 +59,8 @@ namespace {
|
| // first and then the caller. This is done so that the SessionWindows can be
|
| // recreated from the SessionCommands and the SessionWindows passed to the
|
| // caller. The following class is used for this.
|
| -class InternalLastSessionRequest :
|
| - public BaseSessionService::InternalGetCommandsRequest {
|
| +class InternalLastSessionRequest
|
| + : public BaseSessionService::InternalGetCommandsRequest {
|
| public:
|
| InternalLastSessionRequest(
|
| CallbackType* callback,
|
|
|