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

Unified Diff: trace_event/trace_config.h

Issue 2045223003: Update to Chromium //base at Chromium commit 82baa9afc6620c68cb2168f20bb65e77e3e57f0a. (Closed) Base URL: https://github.com/domokit/base.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 | « trace_event/process_memory_totals_dump_provider_unittest.cc ('k') | trace_event/trace_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trace_event/trace_config.h
diff --git a/trace_event/trace_config.h b/trace_event/trace_config.h
index 82ef9d7dfc2aace88957c15c96210dfd88f76559..44cf16df878a05ac02edb08e25d7a70c5dca1b66 100644
--- a/trace_event/trace_config.h
+++ b/trace_event/trace_config.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -10,7 +10,7 @@
#include "base/base_export.h"
#include "base/gtest_prod_util.h"
-#include "base/trace_event/memory_dump_provider.h"
+#include "base/trace_event/memory_dump_request_args.h"
#include "base/values.h"
namespace base {
@@ -40,7 +40,7 @@ class BASE_EXPORT TraceConfig {
// "memory-infra" category is enabled.
struct MemoryDumpTriggerConfig {
uint32 periodic_interval_ms;
- MemoryDumpArgs::LevelOfDetail level_of_detail;
+ MemoryDumpLevelOfDetail level_of_detail;
};
typedef std::vector<MemoryDumpTriggerConfig> MemoryDumpConfig;
« no previous file with comments | « trace_event/process_memory_totals_dump_provider_unittest.cc ('k') | trace_event/trace_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698