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

Unified Diff: chrome/browser/sessions/session_service.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 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/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,

Powered by Google App Engine
This is Rietveld 408576698