| Index: components/security_state/core/switches.cc
|
| diff --git a/components/security_state/switches.cc b/components/security_state/core/switches.cc
|
| similarity index 92%
|
| rename from components/security_state/switches.cc
|
| rename to components/security_state/core/switches.cc
|
| index d67e4e0efd4876921c866b843e42fc7cc538f7d3..89c35e31f66c066a33e63722803b15f938edd2b1 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 {
|
|
|