| Index: chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| diff --git a/chrome/browser/chromeos/name_value_pairs_parser.h b/chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| similarity index 86%
|
| rename from chrome/browser/chromeos/name_value_pairs_parser.h
|
| rename to chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| index ae8823b2f2081447c33bb444187004fcf4f09b2d..bbaf97a95e07d44bc75ae0cf90dd2113e23d5e4a 100644
|
| --- a/chrome/browser/chromeos/name_value_pairs_parser.h
|
| +++ b/chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_NAME_VALUE_PAIRS_PARSER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_NAME_VALUE_PAIRS_PARSER_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_SYSTEM_NAME_VALUE_PAIRS_PARSER_H_
|
| +#define CHROME_BROWSER_CHROMEOS_SYSTEM_NAME_VALUE_PAIRS_PARSER_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -13,6 +13,7 @@
|
| #include "base/basictypes.h"
|
|
|
| namespace chromeos {
|
| +namespace system {
|
|
|
| // The parser is used to get machine info as name-value pairs. Defined
|
| // here to be accessable by tests.
|
| @@ -47,6 +48,7 @@ class NameValuePairsParser {
|
| DISALLOW_COPY_AND_ASSIGN(NameValuePairsParser);
|
| };
|
|
|
| +} // namespace system
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_NAME_VALUE_PAIRS_PARSER_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_SYSTEM_NAME_VALUE_PAIRS_PARSER_H_
|
|
|