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

Side by Side Diff: mojo/public/cpp/system/core.h

Issue 1827193002: Remove deprecated headers from mojo/public/{c,cpp}/system. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « mojo/public/cpp/system/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // DEPRECATED -- do not use: include individual header files instead.
6 //
7 // TODO(vtl): Delete this header file.
8
9 #ifndef MOJO_PUBLIC_CPP_SYSTEM_CORE_H_
10 #define MOJO_PUBLIC_CPP_SYSTEM_CORE_H_
11
12 #include "mojo/public/cpp/system/buffer.h"
13 #include "mojo/public/cpp/system/data_pipe.h"
14 #include "mojo/public/cpp/system/handle.h"
15 #include "mojo/public/cpp/system/macros.h"
16 #include "mojo/public/cpp/system/message_pipe.h"
17 #include "mojo/public/cpp/system/time.h"
18
19 #endif // MOJO_PUBLIC_CPP_SYSTEM_CORE_H_
OLDNEW
« no previous file with comments | « mojo/public/cpp/system/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698