summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/cmd_buffer_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/cmd_buffer_helper.cc')
-rw-r--r--gpu/command_buffer/client/cmd_buffer_helper.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpu/command_buffer/client/cmd_buffer_helper.cc b/gpu/command_buffer/client/cmd_buffer_helper.cc
index 67227fb..fee11ae 100644
--- a/gpu/command_buffer/client/cmd_buffer_helper.cc
+++ b/gpu/command_buffer/client/cmd_buffer_helper.cc
@@ -35,9 +35,9 @@
#include "gpu/command_buffer/client/cmd_buffer_helper.h"
#include "gpu/command_buffer/common/command_buffer.h"
-namespace command_buffer {
+namespace gpu {
-using command_buffer::CommandBuffer;
+using gpu::CommandBuffer;
CommandBufferHelper::CommandBufferHelper(CommandBuffer* command_buffer)
: command_buffer_(command_buffer),
@@ -188,4 +188,4 @@ parse_error::ParseError CommandBufferHelper::GetParseError() {
return static_cast<parse_error::ParseError>(parse_error);
}
-} // namespace command_buffer
+} // namespace gpu