summaryrefslogtreecommitdiffstats
path: root/o3d/gpu/np_utils/np_browser_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/gpu/np_utils/np_browser_mock.h')
-rw-r--r--o3d/gpu/np_utils/np_browser_mock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/gpu/np_utils/np_browser_mock.h b/o3d/gpu/np_utils/np_browser_mock.h
index 1ef574e..c5361c7 100644
--- a/o3d/gpu/np_utils/np_browser_mock.h
+++ b/o3d/gpu/np_utils/np_browser_mock.h
@@ -8,7 +8,7 @@
#include "gpu/np_utils/np_browser_stub.h"
#include "testing/gmock/include/gmock/gmock.h"
-namespace gpu_plugin {
+namespace np_utils {
// This mocks certain member functions of the stub browser. Those relating
// to identifiers, memory management, reference counting and forwarding to
@@ -45,6 +45,6 @@ class MockNPBrowser : public StubNPBrowser {
MOCK_METHOD2(UnscheduleTimer, void(NPP npp, uint32 timer_id));
};
-} // namespace gpu_plugin
+} // namespace np_utils
#endif // GPU_NP_UTILS_NP_BROWSER_MOCK_H_