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

Unified Diff: content/shell/tools/plugin/test_object.h

Issue 151543005: Cleanup: Update TestObject.h to Chromium style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 10 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
« no previous file with comments | « content/shell/tools/plugin/TestObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/tools/plugin/test_object.h
diff --git a/content/shell/tools/plugin/TestObject.h b/content/shell/tools/plugin/test_object.h
similarity index 86%
rename from content/shell/tools/plugin/TestObject.h
rename to content/shell/tools/plugin/test_object.h
index adf30788de96a16b305c7e3d5aee63d6a554316c..a71c336314b77c19dfc6976e8e2d5c54daf87285 100644
--- a/content/shell/tools/plugin/TestObject.h
+++ b/content/shell/tools/plugin/test_object.h
@@ -27,8 +27,17 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef CONTENT_SHELL_TOOLS_PLUGIN_TEST_OBJECT_H_
+#define CONTENT_SHELL_TOOLS_PLUGIN_TEST_OBJECT_H_
+
#include <bindings/npapi.h>
#include <bindings/npruntime.h>
-NPClass* getTestClass(void);
-int getTestObjectCount();
+namespace content {
+
+NPClass* GetTestClass();
+int GetTestObjectCount();
+
+} // namespace content
+
+#endif // CONTENT_SHELL_TOOLS_PLUGIN_TEST_OBJECT_H_
« no previous file with comments | « content/shell/tools/plugin/TestObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698