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

Unified Diff: ui/base/mojo/window_open_disposition_struct_traits.h

Issue 2642973006: Include AIDL files in the presubmit check for IPC security. (Closed)
Patch Set: Move `using` statements. Created 3 years, 11 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/base/mojo/window_open_disposition_enum_traits.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/mojo/window_open_disposition_struct_traits.h
diff --git a/ui/base/mojo/window_open_disposition_enum_traits.h b/ui/base/mojo/window_open_disposition_struct_traits.h
similarity index 94%
rename from ui/base/mojo/window_open_disposition_enum_traits.h
rename to ui/base/mojo/window_open_disposition_struct_traits.h
index 8c2f88c9105e618748391db48776d3dd03f63617..4b90eb23fc2fcd49eada3f2ce6e190f0400c524e 100644
--- a/ui/base/mojo/window_open_disposition_enum_traits.h
+++ b/ui/base/mojo/window_open_disposition_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_BASE_MOJO_WINDOW_OPEN_DISPOSITION_ENUM_TRAITS_H_
-#define UI_BASE_MOJO_WINDOW_OPEN_DISPOSITION_ENUM_TRAITS_H_
+#ifndef UI_BASE_MOJO_WINDOW_OPEN_DISPOSITION_STRUCT_TRAITS_H_
+#define UI_BASE_MOJO_WINDOW_OPEN_DISPOSITION_STRUCT_TRAITS_H_
#include "base/logging.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
@@ -85,4 +85,4 @@ struct EnumTraits<ui::mojom::WindowOpenDisposition, WindowOpenDisposition> {
} // namespace mojo
-#endif // UI_BASE_MOJO_WINDOW_OPEN_DISPOSITION_ENUM_TRAITS_H_
+#endif // UI_BASE_MOJO_WINDOW_OPEN_DISPOSITION_STRUCT_TRAITS_H_
« no previous file with comments | « ui/base/mojo/window_open_disposition_enum_traits.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698