summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 16:53:41 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 16:53:41 +0000
commit038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04 (patch)
treece06e8884aebf474fcb02170d3af0334567fa8f4 /chrome/browser/sessions
parentd76d4ebac33dd9df8c3aa361b7902e0a934fde4d (diff)
downloadchromium_src-038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04.zip
chromium_src-038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04.tar.gz
chromium_src-038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04.tar.bz2
More style nits.
(Working on cleaning chrome/ so hopefully we can lint it by default.) Review URL: http://codereview.chromium.org/274040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sessions')
-rw-r--r--chrome/browser/sessions/session_service.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sessions/session_service.cc b/chrome/browser/sessions/session_service.cc
index bfed63f..9522cee 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,