diff options
Diffstat (limited to 'net/stress_cache.scons')
-rw-r--r-- | net/stress_cache.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/stress_cache.scons b/net/stress_cache.scons index ea8ff17..f0d706e 100644 --- a/net/stress_cache.scons +++ b/net/stress_cache.scons @@ -22,7 +22,7 @@ env.SConscript([ env.Prepend( CPPPATH = [ - '$ROOT_DIR', + '$CHROME_SRC_DIR', ], ) |