summaryrefslogtreecommitdiffstats
path: root/o3d/gpu/np_utils/np_dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/gpu/np_utils/np_dispatcher.cc')
-rw-r--r--o3d/gpu/np_utils/np_dispatcher.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/gpu/np_utils/np_dispatcher.cc b/o3d/gpu/np_utils/np_dispatcher.cc
index 7859f8b..63293c0 100644
--- a/o3d/gpu/np_utils/np_dispatcher.cc
+++ b/o3d/gpu/np_utils/np_dispatcher.cc
@@ -4,7 +4,7 @@
#include "gpu/np_utils/np_dispatcher.h"
-namespace gpu_plugin {
+namespace np_utils {
bool DispatcherHasMethodHelper(BaseNPDispatcher* chain,
NPObject* object,
@@ -83,4 +83,4 @@ BaseNPDispatcher::BaseNPDispatcher(BaseNPDispatcher* next, const NPUTF8* name)
BaseNPDispatcher::~BaseNPDispatcher() {
}
-} // namespace gpu_plugin
+} // namespace np_utils