Chromium Code Reviews| Index: components/rappor/rappor_parameters.cc |
| diff --git a/components/rappor/rappor_parameters.cc b/components/rappor/rappor_parameters.cc |
| index ddad048657520b3adcb9d1691a711830350707a0..7ab8246eb92e53f3e07884792e0e626453f63fe0 100644 |
| --- a/components/rappor/rappor_parameters.cc |
| +++ b/components/rappor/rappor_parameters.cc |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "components/rappor/rappor_parameters.h" |
| +#include "components/rappor/public/rappor_parameters.h" |
|
ncarter (slow)
2016/12/01 22:33:32
What prevents us from moving the .cc file as well
Navid Zolghadr
2016/12/02 20:47:35
Nothing I believe. I was under the impression that
ncarter (slow)
2016/12/05 19:50:49
Up to you -- this isn't strictly against the style
|
| #include "base/compiler_specific.h" |
| #include "base/format_macros.h" |