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

Unified Diff: base/trace_event/v2/proto_utils.cc

Issue 1947373002: Tracing V2 prototype [NOT FOR REVIEW] Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WORKS Created 4 years, 7 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 | « base/trace_event/v2/proto_utils.h ('k') | base/trace_event/v2/ring_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/v2/proto_utils.cc
diff --git a/ash/link_handler_model.cc b/base/trace_event/v2/proto_utils.cc
similarity index 50%
copy from ash/link_handler_model.cc
copy to base/trace_event/v2/proto_utils.cc
index 759ee2d0ec8af3a549602e75a6c79b4fc8528ca3..96591bd0ab1a79de76de60360256ae46f5dcb44e 100644
--- a/ash/link_handler_model.cc
+++ b/base/trace_event/v2/proto_utils.cc
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/link_handler_model.h"
+#include "base/trace_event/v2/proto_utils.h"
-namespace ash {
+namespace base {
+namespace trace_event {
+namespace v2 {
-LinkHandlerModel::Observer::~Observer() {}
-LinkHandlerModel::~LinkHandlerModel() {}
-} // namespace ash
+} // namespace v2
+} // namespace trace_event
+} // namespace base
« no previous file with comments | « base/trace_event/v2/proto_utils.h ('k') | base/trace_event/v2/ring_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698