| Index: device/capture/capture_export.h
|
| diff --git a/media/capture/capture_export.h b/device/capture/capture_export.h
|
| similarity index 83%
|
| rename from media/capture/capture_export.h
|
| rename to device/capture/capture_export.h
|
| index 93c6511f4d08a6bdeb2a242da25eafbdf2713cbc..9b19a054467478008f13103e209407aee85202b0 100644
|
| --- a/media/capture/capture_export.h
|
| +++ b/device/capture/capture_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 MEDIA_CAPTURE_CAPTURE_EXPORT_H_
|
| -#define MEDIA_CAPTURE_CAPTURE_EXPORT_H_
|
| +#ifndef DEVICE_CAPTURE_CAPTURE_EXPORT_H_
|
| +#define DEVICE_CAPTURE_CAPTURE_EXPORT_H_
|
|
|
| #if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
| @@ -26,4 +26,4 @@
|
| #define CAPTURE_EXPORT
|
| #endif
|
|
|
| -#endif // MEDIA_CAPTURE_CAPTURE_EXPORT_H_
|
| +#endif // DEVICE_CAPTURE_CAPTURE_EXPORT_H_
|
|
|