summaryrefslogtreecommitdiffstats
path: root/chromium/base/path_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/path_service.cc')
-rw-r--r--chromium/base/path_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/path_service.cc b/chromium/base/path_service.cc
index ce4966ed709..3c437ee7493 100644
--- a/chromium/base/path_service.cc
+++ b/chromium/base/path_service.cc
@@ -33,7 +33,7 @@ namespace base {
// Mac and Android.
bool PathProviderPosix(int key, FilePath* result);
#endif
-}
+} // namespace base
namespace {