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

Side by Side Diff: content/browser/tracing/trace_controller_impl.h

Issue 12149003: Move tracing code in content\browser to content\browser\tracing now that there's a separate directo… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix android and sync Created 7 years, 10 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_TRACE_CONTROLLER_IMPL_H_ 5 #ifndef CONTENT_BROWSER_TRACING_TRACE_CONTROLLER_IMPL_H_
6 #define CONTENT_BROWSER_TRACE_CONTROLLER_IMPL_H_ 6 #define CONTENT_BROWSER_TRACING_TRACE_CONTROLLER_IMPL_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/debug/trace_event.h" 12 #include "base/debug/trace_event.h"
13 #include "base/lazy_instance.h" 13 #include "base/lazy_instance.h"
14 #include "content/public/browser/trace_controller.h" 14 #include "content/public/browser/trace_controller.h"
15 15
16 class CommandLine; 16 class CommandLine;
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 std::vector<std::string> included_categories_; 105 std::vector<std::string> included_categories_;
106 std::vector<std::string> excluded_categories_; 106 std::vector<std::string> excluded_categories_;
107 std::string watch_category_; 107 std::string watch_category_;
108 std::string watch_name_; 108 std::string watch_name_;
109 109
110 DISALLOW_COPY_AND_ASSIGN(TraceControllerImpl); 110 DISALLOW_COPY_AND_ASSIGN(TraceControllerImpl);
111 }; 111 };
112 112
113 } // namespace content 113 } // namespace content
114 114
115 #endif // CONTENT_BROWSER_TRACE_CONTROLLER_IMPL_H_ 115 #endif // CONTENT_BROWSER_TRACING_TRACE_CONTROLLER_IMPL_H_
116
OLDNEW
« no previous file with comments | « content/browser/trace_subscriber_stdio_unittest.cc ('k') | content/browser/tracing/trace_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698