blob: eae32d1f98ab081742037b8cb95b16bdafcd9365 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_UTILITY_IMAGE_WRITER_ERROR_MESSAGE_STRINGS_H_
#define CHROME_UTILITY_IMAGE_WRITER_ERROR_MESSAGE_STRINGS_H_
#include "build/build_config.h"
namespace image_writer {
namespace error {
extern const char kInvalidDevice[];
extern const char kOpenDevice[];
extern const char kOpenImage[];
extern const char kOperationAlreadyInProgress[];
extern const char kReadDevice[];
extern const char kReadImage[];
extern const char kWriteImage[];
#if BUILDFLAG(IS_MAC)
extern const char kUnmountVolumes[];
#endif
extern const char kVerificationFailed[];
} // namespace error
} // namespace image_writer
#endif // CHROME_UTILITY_IMAGE_WRITER_ERROR_MESSAGE_STRINGS_H_