summaryrefslogtreecommitdiffstats
path: root/chrome/browser/themes/theme_service_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/themes/theme_service_factory.cc')
-rw-r--r--chrome/browser/themes/theme_service_factory.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc
index 965eede..5c73a05 100644
--- a/chrome/browser/themes/theme_service_factory.cc
+++ b/chrome/browser/themes/theme_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.
@@ -35,8 +35,8 @@ ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
}
ThemeServiceFactory::ThemeServiceFactory()
- : ProfileKeyedServiceFactory(
- ProfileDependencyManager::GetInstance())
+ : ProfileKeyedServiceFactory("ThemeService",
+ ProfileDependencyManager::GetInstance())
{}
ThemeServiceFactory::~ThemeServiceFactory() {}