Chromium Code Reviews| Index: tools/win/IdleWakeups/stdafx.cpp |
| diff --git a/components/tracing/test/example_proto/upper_import.proto b/tools/win/IdleWakeups/stdafx.cpp |
| similarity index 60% |
| copy from components/tracing/test/example_proto/upper_import.proto |
| copy to tools/win/IdleWakeups/stdafx.cpp |
| index c948d2e8b1f52b0da523b83acb5fbfd45544c3ea..412e62ea53a8280a57cf098bd220a3a252517041 100644 |
| --- a/components/tracing/test/example_proto/upper_import.proto |
| +++ b/tools/win/IdleWakeups/stdafx.cpp |
| @@ -2,10 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -syntax = "proto2"; |
| -option optimize_for = LITE_RUNTIME; |
| +#include "stdafx.h" |
| -package foo.bar; |
| - |
| -message TrickyPublicImport { |
| -} |
| +// TODO: reference any additional headers you need in STDAFX.H |
| +// and not in this file |
|
brucedawson
2016/09/21 23:30:49
Delete TODO
|