| Index: components/tracing/sample_proto_canary.cc
|
| diff --git a/components/tracing/sample_proto_canary.cc b/components/tracing/sample_proto_canary.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..27d8b7a6c007c19296c14ad735abf8fdbf7c58d0
|
| --- /dev/null
|
| +++ b/components/tracing/sample_proto_canary.cc
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2016 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.
|
| +
|
| +// TODO(kraynov) Remove this temporary file.
|
| +
|
| +// Don't actually include the file.
|
| +// Will get an error if file is not found.
|
| +#define FOO_BAR_SAMPLE_PROTO_H_
|
| +#include "components/tracing/proto/sample.zeropb.h"
|
|
|