| 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 688f3d18219b3afb740bd522cb43770e1f618a0e..c479f9ab120ad5194a0e80f6b94520312da8a61a 100644
|
| --- a/chrome/browser/extensions/shell_window_registry.h
|
| +++ b/chrome/browser/extensions/shell_window_registry.h
|
| @@ -50,7 +50,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);
|
|
|