| Index: chrome/browser/chromeos/system/name_value_pairs_parser.cc
|
| diff --git a/chrome/browser/chromeos/name_value_pairs_parser.cc b/chrome/browser/chromeos/system/name_value_pairs_parser.cc
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/name_value_pairs_parser.cc
|
| rename to chrome/browser/chromeos/system/name_value_pairs_parser.cc
|
| index be38daffd5b1a50bb8f547e726cf4afa386a9ba0..700ebac46d51bfac30dc1bcfe11b24a86b944d5a 100644
|
| --- a/chrome/browser/chromeos/name_value_pairs_parser.cc
|
| +++ b/chrome/browser/chromeos/system/name_value_pairs_parser.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 "chrome/browser/chromeos/name_value_pairs_parser.h"
|
| +#include "chrome/browser/chromeos/system/name_value_pairs_parser.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| @@ -12,6 +12,7 @@
|
| #include "base/threading/thread_restrictions.h"
|
|
|
| namespace chromeos { // NOLINT
|
| +namespace system {
|
|
|
| namespace {
|
|
|
| @@ -100,4 +101,5 @@ bool NameValuePairsParser::ParseNameValuePairsFromTool(
|
| return true;
|
| }
|
|
|
| +} // namespace system
|
| } // namespace chromeos
|
|
|