| Index: chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm
|
| diff --git a/apps/app_shim/chrome_main_app_mode_mac.mm b/chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm
|
| similarity index 99%
|
| rename from apps/app_shim/chrome_main_app_mode_mac.mm
|
| rename to chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm
|
| index 21e3fe21835e1efbebd21f8c04a52a290f62d15e..0fdb82b2225f046b6403533404f633e82057802b 100644
|
| --- a/apps/app_shim/chrome_main_app_mode_mac.mm
|
| +++ b/chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm
|
| @@ -10,7 +10,6 @@
|
| #import <Cocoa/Cocoa.h>
|
| #include <vector>
|
|
|
| -#include "apps/app_shim/app_shim_messages.h"
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| @@ -29,6 +28,7 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/threading/thread.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_messages.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
|
|