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

Unified Diff: ui/gfx/mojo/transform_struct_traits.h

Issue 2040483003: Implement gfx::SelectionBound StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ui/gfx/mojo/traits_test_service.mojom ('k') | ui/gfx/mojo/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/mojo/transform_struct_traits.h
diff --git a/ui/gfx/mojo/transform_struct_traits.h b/ui/gfx/mojo/transform_struct_traits.h
index cdf36489bea48c9c7ffb82475650229464cc0724..df51a6fbb5781a057d9457cee74e52bd7392c399 100644
--- a/ui/gfx/mojo/transform_struct_traits.h
+++ b/ui/gfx/mojo/transform_struct_traits.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GFX_IPC_TRANSFORM_STRUCT_TRAITS_H_
-#define UI_GFX_IPC_TRANSFORM_STRUCT_TRAITS_H_
+#ifndef UI_GFX_MOJO_TRANSFORM_STRUCT_TRAITS_H_
+#define UI_GFX_MOJO_TRANSFORM_STRUCT_TRAITS_H_
#include "ui/gfx/mojo/transform.mojom.h"
#include "ui/gfx/transform.h"
@@ -31,4 +31,4 @@ struct StructTraits<gfx::mojom::Transform, gfx::Transform> {
} // namespace mojo
-#endif // UI_GFX_IPC_TRANSFORM_STRUCT_TRAITS_H_
+#endif // UI_GFX_MOJO_TRANSFORM_STRUCT_TRAITS_H_
« no previous file with comments | « ui/gfx/mojo/traits_test_service.mojom ('k') | ui/gfx/mojo/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698