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

Unified Diff: components/gles2/command_buffer_impl.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_impl.h
diff --git a/components/gles2/command_buffer_impl.h b/components/gles2/command_buffer_impl.h
index 8d8c9e92fb72e4264baecffa0d5feadf996b35ba..b0ec223fe62c513f14ec39e9e966a27df06b2a71 100644
--- a/components/gles2/command_buffer_impl.h
+++ b/components/gles2/command_buffer_impl.h
@@ -8,9 +8,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
+#include "components/gpu/public/interfaces/command_buffer.mojom.h"
+#include "components/gpu/public/interfaces/viewport_parameter_listener.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/command_buffer.mojom.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/viewport_parameter_listener.mojom.h"
namespace gpu {
class SyncPointManager;

Powered by Google App Engine
This is Rietveld 408576698