| Index: sandbox/win/tests/common/controller.h
|
| ===================================================================
|
| --- sandbox/win/tests/common/controller.h (revision 150429)
|
| +++ sandbox/win/tests/common/controller.h (working copy)
|
| @@ -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 SANDBOX_TESTS_COMMON_CONTROLLER_H_
|
| -#define SANDBOX_TESTS_COMMON_CONTROLLER_H__
|
| +#ifndef SANDBOX_WIN_TESTS_COMMON_CONTROLLER_H_
|
| +#define SANDBOX_WIN_TESTS_COMMON_CONTROLLER_H_
|
|
|
| #include <windows.h>
|
| #include <string>
|
| @@ -29,6 +29,8 @@
|
| SBOX_TEST_DENIED, // Access was denied.
|
| SBOX_TEST_NOT_FOUND, // The resource was not found.
|
| SBOX_TEST_FIRST_ERROR = SBOX_TEST_FIRST_RESULT | SEVERITY_ERROR_FLAGS,
|
| + SBOX_TEST_SECOND_ERROR,
|
| + SBOX_TEST_THIRD_ERROR,
|
| SBOX_TEST_INVALID_PARAMETER,
|
| SBOX_TEST_FAILED_TO_RUN_TEST,
|
| SBOX_TEST_FAILED_TO_EXECUTE_COMMAND,
|
| @@ -142,4 +144,4 @@
|
|
|
| } // namespace sandbox
|
|
|
| -#endif // SANDBOX_TESTS_COMMON_CONTROLLER_H_
|
| +#endif // SANDBOX_WIN_TESTS_COMMON_CONTROLLER_H_
|
|
|