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

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

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.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

Powered by Google App Engine
This is Rietveld 408576698