diff options
Diffstat (limited to 'chrome/browser/background')
-rw-r--r-- | chrome/browser/background/background_contents_service_factory.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/background/background_contents_service_factory.cc b/chrome/browser/background/background_contents_service_factory.cc index 026f6c3..9157af6 100644 --- a/chrome/browser/background/background_contents_service_factory.cc +++ b/chrome/browser/background/background_contents_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. @@ -25,7 +25,8 @@ BackgroundContentsServiceFactory* BackgroundContentsServiceFactory:: } BackgroundContentsServiceFactory::BackgroundContentsServiceFactory() - : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) { + : ProfileKeyedServiceFactory("BackgroundContentsService", + ProfileDependencyManager::GetInstance()) { } BackgroundContentsServiceFactory::~BackgroundContentsServiceFactory() { |