Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: components/gles2/command_buffer_type_conversions.h

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gles2/command_buffer_type_conversions.h
diff --git a/components/gles2/command_buffer_type_conversions.h b/components/gles2/command_buffer_type_conversions.h
index 1ac166f90f3a205141ee7fa4f6de4a7d08eaeee3..e40d460342f2425a0a6861043a790594a7f7a398 100644
--- a/components/gles2/command_buffer_type_conversions.h
+++ b/components/gles2/command_buffer_type_conversions.h
@@ -5,10 +5,10 @@
#ifndef COMPONENTS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
#define COMPONENTS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
+#include "components/gpu/public/interfaces/command_buffer.mojom.h"
#include "gpu/command_buffer/common/capabilities.h"
#include "gpu/command_buffer/common/command_buffer.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/command_buffer.mojom.h"
namespace mojo {

Powered by Google App Engine
This is Rietveld 408576698