summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_input_extension_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/speech/speech_input_extension_manager.cc')
-rw-r--r--chrome/browser/speech/speech_input_extension_manager.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/speech/speech_input_extension_manager.cc b/chrome/browser/speech/speech_input_extension_manager.cc
index 146d2993..ec1aebc 100644
--- a/chrome/browser/speech/speech_input_extension_manager.cc
+++ b/chrome/browser/speech/speech_input_extension_manager.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.
@@ -118,7 +118,8 @@ SpeechInputExtensionManagerWrapper*
}
SpeechInputExtensionManager::Factory::Factory()
- : ProfileKeyedServiceFactory(ProfileDependencyManager::GetInstance()) {
+ : ProfileKeyedServiceFactory("SpeechInputExtensionManager",
+ ProfileDependencyManager::GetInstance()) {
}
SpeechInputExtensionManager::Factory::~Factory() {