Index: gpu/command_buffer/client/cmd_buffer_helper.h |
=================================================================== |
--- gpu/command_buffer/client/cmd_buffer_helper.h (revision 124714) |
+++ gpu/command_buffer/client/cmd_buffer_helper.h (working copy) |
@@ -10,7 +10,6 @@ |
#include <string.h> |
#include <time.h> |
-#include "../../gpu_export.h" |
#include "../common/logging.h" |
#include "../common/constants.h" |
#include "../common/cmd_buffer_common.h" |
@@ -33,7 +32,7 @@ |
// |
// helper.WaitForToken(token); // this doesn't return until the first two |
// // commands have been executed. |
-class GPU_EXPORT CommandBufferHelper { |
+class CommandBufferHelper { |
public: |
explicit CommandBufferHelper(CommandBuffer* command_buffer); |
virtual ~CommandBufferHelper(); |