| Index: chrome/browser/extensions/shell_window_registry.h
|
| diff --git a/chrome/browser/extensions/shell_window_registry.h b/chrome/browser/extensions/shell_window_registry.h
|
| index 3e248cbc8acde92f8282f0af3aae46270766cc36..66b0ce74d15c20062591b2c5ab6e919a92ea8423 100644
|
| --- a/chrome/browser/extensions/shell_window_registry.h
|
| +++ b/chrome/browser/extensions/shell_window_registry.h
|
| @@ -48,7 +48,7 @@ class ShellWindowRegistry : public ProfileKeyedService {
|
| virtual ~ShellWindowRegistry();
|
|
|
| // Returns the instance for the given profile, or NULL if none. This is
|
| - // a convenience wrapper around ShellWindowRegistryFactory::GetForProfile.
|
| + // a convenience wrapper around ShellWindowRegistry::Factory::GetForProfile.
|
| static ShellWindowRegistry* Get(Profile* profile);
|
|
|
| void AddShellWindow(ShellWindow* shell_window);
|
|
|