| Index: components/viz/viz_export.h
|
| diff --git a/components/viz/frame_sinks/viz_export.h b/components/viz/viz_export.h
|
| similarity index 79%
|
| rename from components/viz/frame_sinks/viz_export.h
|
| rename to components/viz/viz_export.h
|
| index e9d3fe85b471a8ece562a261e9640e238c2e2c99..4948f15de930d5559176ee1f9e98c25b425e6871 100644
|
| --- a/components/viz/frame_sinks/viz_export.h
|
| +++ b/components/viz/viz_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_VIZ_FRAME_SINKS_VIZ_EXPORT_H_
|
| -#define COMPONENTS_VIZ_FRAME_SINKS_VIZ_EXPORT_H_
|
| +#ifndef COMPONENTS_VIZ_VIZ_EXPORT_H_
|
| +#define COMPONENTS_VIZ_VIZ_EXPORT_H_
|
|
|
| #if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
| @@ -26,4 +26,4 @@
|
| #define VIZ_EXPORT
|
| #endif
|
|
|
| -#endif // COMPONENTS_VIZ_FRAME_SINKS_VIZ_EXPORT_H_
|
| +#endif // COMPONENTS_VIZ_VIZ_EXPORT_H_
|
|
|