Chris Hamilton | 3e59887 | 2019-05-06 16:15:13 | [diff] [blame] | 1 | // Copyright 2019 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 | #ifndef CHROME_BROWSER_PERFORMANCE_MANAGER_PUBLIC_GRAPH_GRAPH_H_ | ||||
6 | #define CHROME_BROWSER_PERFORMANCE_MANAGER_PUBLIC_GRAPH_GRAPH_H_ | ||||
7 | |||||
Chris Hamilton | ff2b2ced | 2019-05-30 13:29:05 | [diff] [blame] | 8 | #include <cstdint> |
Chris Hamilton | 8f583973 | 2019-06-27 23:13:08 | [diff] [blame^] | 9 | #include <memory> |
Chris Hamilton |