Commit f76bcfed authored by Henrique Nakashima's avatar Henrique Nakashima Committed by Commit Bot

Fix defines in service_manager_embedder_switches_export.h.

Change-Id: Iecb28b4434c642dad8fe478f07606e8fab484d89
Reviewed-on: https://chromium-review.googlesource.com/c/1320809Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605862}
parent 9de60a55
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef SERVICES_SERVICE_MANAGER_SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT_H_ #ifndef SERVICES_SERVICE_MANAGER_EMBEDDER_SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT_H_
#define SERVICES_SERVICE_MANAGER_SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT_H_ #define SERVICES_SERVICE_MANAGER_EMBEDDER_SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT_H_
#if defined(COMPONENT_BUILD) #if defined(COMPONENT_BUILD)
#if defined(WIN32) #if defined(WIN32)
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT __declspec(dllexport) #define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT __declspec(dllexport)
#else #else
#define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT __declspec(dllimport) #define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT __declspec(dllimport)
#endif // defined(SERVICE_MANAGER_EMBEDDER_IMPL) #endif // defined(SERVICE_MANAGER_EMBEDDER_SWITCHES_IMPL)
#else // defined(WIN32) #else // defined(WIN32)
#if defined(SERVICE_MANAGER_EMBEDDER_SWITCHES_IMPL) #if defined(SERVICE_MANAGER_EMBEDDER_SWITCHES_IMPL)
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
__attribute__((visibility("default"))) __attribute__((visibility("default")))
#else #else
#define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT #define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT
#endif // defined(SERVICE_MANAGER_EMBEDDER_IMPL) #endif // defined(SERVICE_MANAGER_EMBEDDER_SWITCHES_IMPL)
#endif #endif
#else // defined(COMPONENT_BUILD) #else // defined(COMPONENT_BUILD)
#define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT #define SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT
#endif #endif
#endif // SERVICES_SERVICE_MANAGER_SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT_H_ #endif // SERVICES_SERVICE_MANAGER_EMBEDDER_SERVICE_MANAGER_EMBEDDER_SWITCHES_EXPORT_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment