| Index: apps/app_shim/app_shim_host_mac.h
|
| diff --git a/apps/app_shim/app_shim_host_mac.h b/apps/app_shim/app_shim_host_mac.h
|
| index b2b0882df69832653005477b469c1f2f66543be5..606ea87716d7e3e540b36bd3f676eadc42111a93 100644
|
| --- a/apps/app_shim/app_shim_host_mac.h
|
| +++ b/apps/app_shim/app_shim_host_mac.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 CHROME_BROWSER_WEB_APPLICATIONS_APP_SHIM_HOST_MAC_H_
|
| -#define CHROME_BROWSER_WEB_APPLICATIONS_APP_SHIM_HOST_MAC_H_
|
| +#ifndef APPS_APP_SHIM_APP_SHIM_HOST_MAC_H_
|
| +#define APPS_APP_SHIM_APP_SHIM_HOST_MAC_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -82,4 +82,4 @@ class AppShimHost : public IPC::Listener,
|
| bool initial_launch_finished_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEB_APPLICATIONS_APP_SHIM_HOST_MAC_H_
|
| +#endif // APPS_APP_SHIM_APP_SHIM_HOST_MAC_H_
|
|
|