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

Unified Diff: base/debug/activity_analyzer.h

Issue 2235273002: Refactor embedded structures to top-level scope. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed new ResourceData class (for later CL) Created 4 years, 4 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 | « no previous file | base/debug/activity_analyzer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/activity_analyzer.h
diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h
index 5333de29166ed2d039c82f35b63b89d65e518ce2..5a080b013ada9945055d779d2dd29c6cd65e369b 100644
--- a/base/debug/activity_analyzer.h
+++ b/base/debug/activity_analyzer.h
@@ -20,9 +20,6 @@ namespace debug {
// makes that information available to other code.
class BASE_EXPORT ThreadActivityAnalyzer {
public:
- using Activity = ThreadActivityTracker::Activity;
- using ActivitySnapshot = ThreadActivityTracker::ActivitySnapshot;
-
// This class provides keys that uniquely identify a thread, even across
// multiple processes.
class ThreadKey {
« no previous file with comments | « no previous file | base/debug/activity_analyzer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698