Index: native_client_sdk/src/libraries/gtest_ppapi/gtest_instance.h |
diff --git a/native_client_sdk/src/libraries/c_salt/test/gtest_instance.h b/native_client_sdk/src/libraries/gtest_ppapi/gtest_instance.h |
similarity index 87% |
rename from native_client_sdk/src/libraries/c_salt/test/gtest_instance.h |
rename to native_client_sdk/src/libraries/gtest_ppapi/gtest_instance.h |
index 1cdaa0199e0a91ebeb928ae60e4e99a039066ad8..152f3bea7bf5bbf0ec541390ba3559b2106c428a 100644 |
--- a/native_client_sdk/src/libraries/c_salt/test/gtest_instance.h |
+++ b/native_client_sdk/src/libraries/gtest_ppapi/gtest_instance.h |
@@ -1,13 +1,11 @@ |
// Copyright (c) 2012 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 C_SALT_TEST_GTEST_INSTANCE_H_ |
-#define C_SALT_TEST_GTEST_INSTANCE_H_ |
+#ifndef GTEST_PPAPI_GTEST_INSTANCE_H_ |
+#define GTEST_PPAPI_GTEST_INSTANCE_H_ |
#include "ppapi/cpp/instance.h" |
-namespace c_salt { |
- |
// GTestInstance is a NaCl instance specifically dedicated to running |
// gtest-based unit tests. It creates a GTestRunner thread/singleton pair as |
// part of its Init function and runs all registered gtests once it |
@@ -28,7 +26,4 @@ class GTestInstance : public pp::Instance { |
virtual void HandleMessage(const pp::Var& var_message); |
}; |
-} // namespace c_salt |
- |
-#endif // C_SALT_TEST_GTEST_INSTANCE_H_ |
- |
+#endif // GTEST_PPAPI_GTEST_INSTANCE_H_ |