summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_service_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sessions/session_service_factory.cc')
-rw-r--r--chrome/browser/sessions/session_service_factory.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/sessions/session_service_factory.cc b/chrome/browser/sessions/session_service_factory.cc
index 8f1ba30..3705d93 100644
--- a/chrome/browser/sessions/session_service_factory.cc
+++ b/chrome/browser/sessions/session_service_factory.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -40,8 +40,8 @@ SessionServiceFactory* SessionServiceFactory::GetInstance() {
}
SessionServiceFactory::SessionServiceFactory()
- : ProfileKeyedServiceFactory(
- ProfileDependencyManager::GetInstance()) {
+ : ProfileKeyedServiceFactory("SessionService",
+ ProfileDependencyManager::GetInstance()) {
}
SessionServiceFactory::~SessionServiceFactory() {