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

Unified Diff: components/gles2/command_buffer_driver.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_driver.h
diff --git a/components/gles2/command_buffer_driver.h b/components/gles2/command_buffer_driver.h
index d5627f842a1bd242d6e83312b081a8e2e35df2cc..675fa41e4174380e65e54698865415ebd8a93b1b 100644
--- a/components/gles2/command_buffer_driver.h
+++ b/components/gles2/command_buffer_driver.h
@@ -10,7 +10,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/timer/timer.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/command_buffer.mojom.h"
+#include "components/gpu/public/interfaces/command_buffer.mojom.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_widget_types.h"

Powered by Google App Engine
This is Rietveld 408576698