| Index: base/path_service.cc
|
| diff --git a/base/path_service.cc b/base/path_service.cc
|
| index a3b882c2a9e8f76f668ed71b8549706059aecf51..a4c278065351d31d7758f727db8eabe8b1edd84f 100644
|
| --- a/base/path_service.cc
|
| +++ b/base/path_service.cc
|
| @@ -85,8 +85,8 @@ Provider base_provider_android = {
|
| base::PathProviderAndroid,
|
| &base_provider,
|
| #ifndef NDEBUG
|
| - 0,
|
| - 0,
|
| + PATH_ANDROID_START,
|
| + PATH_ANDROID_END,
|
| #endif
|
| true
|
| };
|
| @@ -97,8 +97,8 @@ Provider base_provider_posix = {
|
| base::PathProviderPosix,
|
| &base_provider,
|
| #ifndef NDEBUG
|
| - 0,
|
| - 0,
|
| + PATH_POSIX_START,
|
| + PATH_POSIX_END,
|
| #endif
|
| true
|
| };
|
|
|