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

Unified Diff: mojo/services/gfx/images/cpp/image_pipe_producer_endpoint.h

Issue 2229573002: Change the canonical way to include the C macros.h to <mojo/macros.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « mojo/services/gfx/images/cpp/image_pipe_endpoint.h ('k') | mojom/generators/c/templates/header.tmpl.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gfx/images/cpp/image_pipe_producer_endpoint.h
diff --git a/mojo/services/gfx/images/cpp/image_pipe_producer_endpoint.h b/mojo/services/gfx/images/cpp/image_pipe_producer_endpoint.h
index d2cbbf976885f0fdc64ca2379efc6d3aa92c607e..8c3aa4397439706d22360ce1cf65bd51c2c2609c 100644
--- a/mojo/services/gfx/images/cpp/image_pipe_producer_endpoint.h
+++ b/mojo/services/gfx/images/cpp/image_pipe_producer_endpoint.h
@@ -6,7 +6,7 @@
#define MOJO_SERVICES_GFX_IMAGES_INTERFACES_IMAGE_PIPE_PRODUCER_ENDPOINT_H_
#include "image_pipe_endpoint.h"
-#include "mojo/public/c/system/macros.h"
+#include "mojo/public/cpp/system/macros.h"
#include "mojo/services/gfx/images/interfaces/image_pipe.mojom.h"
namespace image_pipe {
@@ -63,8 +63,10 @@ class ImagePipeProducerEndpoint : public mojo::gfx::ImagePipe {
ImagePipeEndpoint state_tracker_;
mojo::gfx::ImagePipePtr image_pipe_ptr_;
std::function<void()> endpoint_closed_callback_;
+
+ MOJO_DISALLOW_COPY_AND_ASSIGN(ImagePipeProducerEndpoint);
};
} // namespace image_pipe
-#endif // MOJO_SERVICES_GFX_IMAGES_INTERFACES_IMAGE_PIPE_PRODUCER_ENDPOINT_H_
+#endif // MOJO_SERVICES_GFX_IMAGES_INTERFACES_IMAGE_PIPE_PRODUCER_ENDPOINT_H_
« no previous file with comments | « mojo/services/gfx/images/cpp/image_pipe_endpoint.h ('k') | mojom/generators/c/templates/header.tmpl.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698