| Index: src/untrusted/init/scoped_non_ptr.h
|
| diff --git a/tests/subprocess/scoped_non_ptr.h b/src/untrusted/init/scoped_non_ptr.h
|
| similarity index 81%
|
| copy from tests/subprocess/scoped_non_ptr.h
|
| copy to src/untrusted/init/scoped_non_ptr.h
|
| index c41e45c40de6465b2dac5f906c92b39a2beec6d4..50fe3ced47e59af4cf3d66c0473e72e288845d82 100644
|
| --- a/tests/subprocess/scoped_non_ptr.h
|
| +++ b/src/untrusted/init/scoped_non_ptr.h
|
| @@ -1,10 +1,9 @@
|
| -// -*- c++ -*-
|
| // Copyright (c) 2013 The Native Client 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 NATIVE_CLIENT_TESTS_SUBPROCESS_SCOPED_CLEANUP_H_
|
| -#define NATIVE_CLIENT_TESTS_SUBPROCESS_SCOPED_CLEANUP_H_
|
| +#ifndef NATIVE_CLIENT_SRC_UNTRUSTED_INIT_SCOPED_NON_PTR_H_
|
| +#define NATIVE_CLIENT_SRC_UNTRUSTED_INIT_SCOPED_NON_PTR_H_
|
|
|
| #include "native_client/src/include/nacl_base.h"
|
|
|
|
|