| Index: chromeos/app_mode/kiosk_oem_manifest_parser.h
|
| diff --git a/chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.h b/chromeos/app_mode/kiosk_oem_manifest_parser.h
|
| similarity index 81%
|
| rename from chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.h
|
| rename to chromeos/app_mode/kiosk_oem_manifest_parser.h
|
| index 93f9518034d2d7e276b37b229cc1d388a1f1efec..05b7e0a99cb30f0fa5ee4f31b2cfd98b4bbfcf73 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.h
|
| +++ b/chromeos/app_mode/kiosk_oem_manifest_parser.h
|
| @@ -2,17 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
|
| +#ifndef CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
|
| +#define CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
|
|
|
| #include <string>
|
|
|
| #include "base/files/file_path.h"
|
| +#include "chromeos/chromeos_export.h"
|
|
|
| namespace chromeos {
|
|
|
| // Parser for app kiosk OEM manifest files.
|
| -class KioskOemManifestParser {
|
| +class CHROMEOS_EXPORT KioskOemManifestParser {
|
| public:
|
| // Kiosk OEM manifest.
|
| struct Manifest {
|
| @@ -40,4 +41,4 @@ class KioskOemManifestParser {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
|
| +#endif // CHROMEOS_APP_MODE_KIOSK_OEM_MANIFEST_PARSER_H_
|
|
|