| Index: components/sessions/core/sessions_export.h
|
| diff --git a/components/sessions/sessions_export.h b/components/sessions/core/sessions_export.h
|
| similarity index 84%
|
| rename from components/sessions/sessions_export.h
|
| rename to components/sessions/core/sessions_export.h
|
| index f307101a8f3931d89d237dfe12856dcca21f6616..4ba194d4bda499d2aac845fc0113a2d04fdb2d46 100644
|
| --- a/components/sessions/sessions_export.h
|
| +++ b/components/sessions/core/sessions_export.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 COMPONENTS_SESSIONS_SESSIONS_EXPORT_H_
|
| -#define COMPONENTS_SESSIONS_SESSIONS_EXPORT_H_
|
| +#ifndef COMPONENTS_SESSIONS_CORE_SESSIONS_EXPORT_H_
|
| +#define COMPONENTS_SESSIONS_CORE_SESSIONS_EXPORT_H_
|
|
|
| #if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
| @@ -31,4 +31,4 @@
|
| #define SESSIONS_EXPORT_PRIVATE
|
| #endif
|
|
|
| -#endif // COMPONENTS_SESSIONS_SESSIONS_EXPORT_H_
|
| +#endif // COMPONENTS_SESSIONS_CORE_SESSIONS_EXPORT_H_
|
|
|