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

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

Issue 2694923003: Rename buffer_types_traits.{cc,h} to match normal conventions. (Closed)
Patch Set: Created 3 years, 10 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/buffer_types.typemap ('k') | ui/gfx/mojo/buffer_types_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/mojo/buffer_types_struct_traits.h
diff --git a/ui/gfx/mojo/buffer_types_traits.h b/ui/gfx/mojo/buffer_types_struct_traits.h
similarity index 98%
rename from ui/gfx/mojo/buffer_types_traits.h
rename to ui/gfx/mojo/buffer_types_struct_traits.h
index 086b27deb9078a69729df9448ec936916c2c4ec8..3716a61f4b849f5dbb66815214475faae462106f 100644
--- a/ui/gfx/mojo/buffer_types_traits.h
+++ b/ui/gfx/mojo/buffer_types_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_MOJO_BUFFER_TYPES_TRAITS_H_
-#define UI_GFX_MOJO_BUFFER_TYPES_TRAITS_H_
+#ifndef UI_GFX_MOJO_BUFFER_TYPES_STRUCT_TRAITS_H_
+#define UI_GFX_MOJO_BUFFER_TYPES_STRUCT_TRAITS_H_
#include "ui/gfx/buffer_types.h"
#include "ui/gfx/mojo/buffer_types.mojom.h"
@@ -276,4 +276,4 @@ struct StructTraits<gfx::mojom::GpuMemoryBufferHandleDataView,
} // namespace mojo
-#endif // UI_GFX_MOJO_BUFFER_TYPES_TRAITS_H_
+#endif // UI_GFX_MOJO_BUFFER_TYPES_STRUCT_TRAITS_H_
« no previous file with comments | « ui/gfx/mojo/buffer_types.typemap ('k') | ui/gfx/mojo/buffer_types_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698