| Index: chrome/common/mac/app_shim_launch.h
|
| diff --git a/apps/app_shim/app_shim_launch.h b/chrome/common/mac/app_shim_launch.h
|
| similarity index 91%
|
| rename from apps/app_shim/app_shim_launch.h
|
| rename to chrome/common/mac/app_shim_launch.h
|
| index 61f87da6dda8d592c7af569ea18bce25bb27873c..cde3909cfdf3af60f1a64452ad42a9435742f8ff 100644
|
| --- a/apps/app_shim/app_shim_launch.h
|
| +++ b/chrome/common/mac/app_shim_launch.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef APPS_APP_SHIM_APP_SHIM_LAUNCH_H_
|
| -#define APPS_APP_SHIM_APP_SHIM_LAUNCH_H_
|
| +#ifndef CHROME_COMMON_MAC_APP_SHIM_LAUNCH_H_
|
| +#define CHROME_COMMON_MAC_APP_SHIM_LAUNCH_H_
|
|
|
| namespace apps {
|
|
|
| @@ -54,4 +54,4 @@ enum AppShimAttentionType {
|
|
|
| } // namespace apps
|
|
|
| -#endif // APPS_APP_SHIM_APP_SHIM_LAUNCH_H_
|
| +#endif // CHROME_COMMON_MAC_APP_SHIM_LAUNCH_H_
|
|
|