summaryrefslogtreecommitdiffstats
path: root/base/path_service.h
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2015-03-06 17:51:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-07 01:52:44 +0000
commitc3762b9e20b93c8f94f44224b5023789173965e2 (patch)
tree9c51e37a2e46f38cfd1000c8519273794b4cf2b4 /base/path_service.h
parentc7f5ee53e3b82696a75bfbde7474af9a696aa9c3 (diff)
downloadchromium_src-c3762b9e20b93c8f94f44224b5023789173965e2.zip
chromium_src-c3762b9e20b93c8f94f44224b5023789173965e2.tar.gz
chromium_src-c3762b9e20b93c8f94f44224b5023789173965e2.tar.bz2
base: Add/Fix namespace closing comments.
A namespace foo should end with a comment "// namespace foo", this corrects errors in base/. BUG=464816 Review URL: https://codereview.chromium.org/981803003 Cr-Commit-Position: refs/heads/master@{#319543}
Diffstat (limited to 'base/path_service.h')
-rw-r--r--base/path_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/path_service.h b/base/path_service.h
index 554eb9e..025550f 100644
--- a/base/path_service.h
+++ b/base/path_service.h
@@ -15,7 +15,7 @@
namespace base {
class FilePath;
class ScopedPathOverride;
-} // namespace
+} // namespace base
// The path service is a global table mapping keys to file system paths. It is
// OK to use this service from multiple threads.