summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable/directory_manager.h
diff options
context:
space:
mode:
authoridana@chromium.org <idana@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 18:34:07 +0000
committeridana@chromium.org <idana@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 18:34:07 +0000
commit5af80facfb9fa87d213ad45366cba6e83d5a7f97 (patch)
treed9b17db4f8189af5febc9f16d7ff17896f22c321 /chrome/browser/sync/syncable/directory_manager.h
parent9ac7fcb5fdf8aa1c31e0c7665e567e59255235e8 (diff)
downloadchromium_src-5af80facfb9fa87d213ad45366cba6e83d5a7f97.zip
chromium_src-5af80facfb9fa87d213ad45366cba6e83d5a7f97.tar.gz
chromium_src-5af80facfb9fa87d213ad45366cba6e83d5a7f97.tar.bz2
Made some style fixes in the remaining code under chrom/browser/sync and under chrome/test/sync.
Review URL: http://codereview.chromium.org/203043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/syncable/directory_manager.h')
-rw-r--r--chrome/browser/sync/syncable/directory_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/syncable/directory_manager.h b/chrome/browser/sync/syncable/directory_manager.h
index f937539..197b46b 100644
--- a/chrome/browser/sync/syncable/directory_manager.h
+++ b/chrome/browser/sync/syncable/directory_manager.h
@@ -117,7 +117,7 @@ class ScopedDirLookup {
Directory* dir_;
bool good_;
- // Ensure that the programmer checks good before using the ScopedDirLookup
+ // Ensure that the programmer checks good before using the ScopedDirLookup.
// This member should can be removed if it ever shows up in profiling
bool good_checked_;
DirectoryManager* const dirman_;