summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 08:23:52 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 08:23:52 +0000
commit279690f80c292fca59146eac133bcc99b8fd8293 (patch)
treed1945caa67e9cf0e8d65a6301e23a0e09bfcc82a /sync
parent37aa5662804dd80e4c8916efbe2abee81c57c8b4 (diff)
downloadchromium_src-279690f80c292fca59146eac133bcc99b8fd8293.zip
chromium_src-279690f80c292fca59146eac133bcc99b8fd8293.tar.gz
chromium_src-279690f80c292fca59146eac133bcc99b8fd8293.tar.bz2
Move statistics_provider to chromeos/system
BUG=270135 For sync/util/get_session_name.cc (comment change only): TBR=tim@chromium.org Review URL: https://codereview.chromium.org/25112004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r--sync/util/get_session_name.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/util/get_session_name.cc b/sync/util/get_session_name.cc
index 73041ae..d51c93e 100644
--- a/sync/util/get_session_name.cc
+++ b/sync/util/get_session_name.cc
@@ -35,7 +35,7 @@ std::string GetSessionNameSynchronously() {
#if defined(OS_CHROMEOS)
// The approach below is similar to that used by the CrOs implementation of
// StatisticsProvider::GetMachineStatistic(CHROMEOS_RELEASE_BOARD).
- // See chrome/browser/chromeos/system/statistics_provider.{h|cc}.
+ // See chromeos/system/statistics_provider.{h|cc}.
//
// We cannot use StatisticsProvider here because of the mutual dependency
// it creates between sync.gyp:sync and chrome.gyp:browser.