| Index: components/security_state/core/switches.cc
|
| diff --git a/components/security_state/switches.cc b/components/security_state/core/switches.cc
|
| similarity index 91%
|
| rename from components/security_state/switches.cc
|
| rename to components/security_state/core/switches.cc
|
| index 0eaa328f81270f81fe9dbbf2d5b162bcc2c4a02e..ced029d8842a5e8210967d66c299d87b9b674b0e 100644
|
| --- a/components/security_state/switches.cc
|
| +++ b/components/security_state/core/switches.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/security_state/switches.h"
|
| +#include "components/security_state/core/switches.h"
|
|
|
| namespace security_state {
|
| namespace switches {
|
|
|