Chromium Code Reviews| Index: chrome/browser/profiles/profile_shortcut_manager_stub.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile_shortcut_manager_stub.cc (revision 152316) |
| +++ chrome/browser/profiles/profile_shortcut_manager_stub.cc (working copy) |
| @@ -10,6 +10,7 @@ |
| } |
| // static |
| -ProfileShortcutManager* ProfileShortcutManager::Create() { |
| +ProfileShortcutManager* ProfileShortcutManager::Create( |
| + ProfileInfoCache& cache) { |
| return NULL; |
| } |