| Index: chrome/common/chrome_application_mac.mm
|
| diff --git a/base/chrome_application_mac.mm b/chrome/common/chrome_application_mac.mm
|
| similarity index 97%
|
| rename from base/chrome_application_mac.mm
|
| rename to chrome/common/chrome_application_mac.mm
|
| index a163534ddecece30ff2a20b303a9ab46b6f21324..f03040a49ea123f44a4e29f123c567f7f403e8fe 100644
|
| --- a/base/chrome_application_mac.mm
|
| +++ b/chrome/common/chrome_application_mac.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import "chrome_application_mac.h"
|
| +#import "chrome/common/chrome_application_mac.h"
|
|
|
| #include "base/logging.h"
|
|
|
|
|