blob: 652929d2688406e9d2187a633297d43133e4f6e2 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_CHROME_CLEANER_PUP_DATA_TEST_UWS_H_
#define CHROME_CHROME_CLEANER_PUP_DATA_TEST_UWS_H_
#include "chrome/chrome_cleaner/constants/uws_id.h"
namespace chrome_cleaner {
extern const UwSId kGoogleTestAUwSID;
extern const UwSId kGoogleTestBUwSID;
extern const char kTestUwsAFileContents[];
extern const int kTestUwsAFileContentsSize;
extern const wchar_t kTestUwsAFilename[];
extern const char kTestUwsBFileContents[];
extern const int kTestUwsBFileContentsSize;
extern const wchar_t kTestUwsBFilename[];
} // namespace chrome_cleaner
#endif // CHROME_CHROME_CLEANER_PUP_DATA_TEST_UWS_H_