Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: native_client_sdk/src/libraries/gtest_ppapi/gtest_instance.h

Issue 10854137: [NaCl SDK] gtest_ppapi library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove hacks Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698