| Index: ash/shared/ash_shared_export.h
|
| diff --git a/ash/ash_export.h b/ash/shared/ash_shared_export.h
|
| similarity index 77%
|
| copy from ash/ash_export.h
|
| copy to ash/shared/ash_shared_export.h
|
| index 2f59f09a975a32adb2791168afab0f88ee26f4e6..05e8d3d8e94cf5148df39471188e7177174c1e8c 100644
|
| --- a/ash/ash_export.h
|
| +++ b/ash/shared/ash_shared_export.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_ASH_EXPORT_H_
|
| -#define ASH_ASH_EXPORT_H_
|
| +#ifndef ASH_SHARED_ASH_SHARED_EXPORT_H_
|
| +#define ASH_SHARED_ASH_SHARED_EXPORT_H_
|
|
|
| // Defines ASH_EXPORT so that functionality implemented by the Ash module can
|
| // be exported to consumers.
|
| @@ -29,4 +29,4 @@
|
| #define ASH_EXPORT
|
| #endif
|
|
|
| -#endif // ASH_ASH_EXPORT_H_
|
| +#endif // ASH_SHARED_ASH_SHARED_EXPORT_H_
|
|
|