| Index: chrome/browser/lifetime/application_lifetime_stub.cc
|
| ===================================================================
|
| --- chrome/browser/lifetime/application_lifetime_stub.cc (revision 0)
|
| +++ chrome/browser/lifetime/application_lifetime_stub.cc (working copy)
|
| @@ -2,8 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/ui/browser_list.h"
|
| +#include "chrome/browser/lifetime/application_lifetime.h"
|
|
|
| -// static
|
| -void BrowserList::HandleAppExitingForPlatform() {
|
| +namespace browser {
|
| +
|
| +void HandleAppExitingForPlatform() {
|
| }
|
| +
|
| +} // namespace browser
|
|
|