| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index 7588e5c1b7e5b54ad3a17111e123b6e2b79fcc27..016224a2e9693f10fb2295acc3ac0786b0fd92d8 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import <Cocoa/Cocoa.h>
|
| -#import <Carbon/Carbon.h> // kVK_Return.
|
| -
|
| #import "chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h"
|
|
|
| +#import <Carbon/Carbon.h> // kVK_Return.
|
| +#import <Cocoa/Cocoa.h>
|
| +
|
| #include "base/mac/bundle_locations.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/string_util.h"
|
|
|