Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4794)

Unified Diff: chrome/browser/chromeos/system/name_value_pairs_parser.h

Issue 7324017: Split SystemAccess into TimezoneSettings, StatisticsProvider, and SyslogsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/chromeos/system/mock_statistics_provider.cc ('k') | chrome/browser/chromeos/system/name_value_pairs_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698