Index: gpu/command_buffer/common/gles2_cmd_format.h |
=================================================================== |
--- gpu/command_buffer/common/gles2_cmd_format.h (revision 201875) |
+++ gpu/command_buffer/common/gles2_cmd_format.h (working copy) |
@@ -13,10 +13,10 @@ |
#include <string.h> |
#include "base/safe_numerics.h" |
-#include "../common/types.h" |
-#include "../common/bitfield_helpers.h" |
-#include "../common/cmd_buffer_common.h" |
-#include "../common/gles2_cmd_ids.h" |
+#include "gpu/command_buffer/common/bitfield_helpers.h" |
+#include "gpu/command_buffer/common/cmd_buffer_common.h" |
+#include "gpu/command_buffer/common/gles2_cmd_ids.h" |
+#include "gpu/command_buffer/common/types.h" |
// GL types are forward declared to avoid including the GL headers. The problem |
// is determining which GL headers to include from code that is common to the |