| Index: chrome/browser/app_controller_mac.mm
|
| ===================================================================
|
| --- chrome/browser/app_controller_mac.mm (revision 70358)
|
| +++ chrome/browser/app_controller_mac.mm (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include "base/auto_reset.h"
|
| #include "base/command_line.h"
|
| #include "base/file_path.h"
|
| -#include "base/mac_util.h"
|
| +#include "base/mac/mac_util.h"
|
| #include "base/message_loop.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/sys_string_conversions.h"
|
| @@ -995,7 +995,7 @@
|
| static BOOL doneOnce = NO;
|
| if (!doneOnce) {
|
| doneOnce = YES;
|
| - if (mac_util::WasLaunchedAsHiddenLoginItem()) {
|
| + if (base::mac::WasLaunchedAsHiddenLoginItem()) {
|
| SessionService* sessionService =
|
| [self defaultProfile]->GetSessionService();
|
| if (sessionService &&
|
|
|