Chromium Code Reviews| Index: ui/aura_shell/shell.cc |
| diff --git a/ui/aura_shell/shell.cc b/ui/aura_shell/shell.cc |
| index 32c84bd0dc8d117fc3028e118f7b412459a37e0f..2afe770da91f569f6cbbe5455afc22d024583eda 100644 |
| --- a/ui/aura_shell/shell.cc |
| +++ b/ui/aura_shell/shell.cc |
| @@ -155,7 +155,7 @@ Shell* Shell::GetInstance() { |
| } |
| // static |
| -void Shell::DeleteInstanceForTesting() { |
| +void Shell::DeleteInstance() { |
| delete instance_; |
| instance_ = NULL; |
| } |