Index: third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py |
index f267f0dae3ac7d4a8e68290554b0b0cdbc770128..c897d3bb074f56f5526fb1d73ba1a33452fcc6c8 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py |
@@ -82,7 +82,7 @@ class WebKitFinder(object): |
def depot_tools_base(self): |
if not self._depot_tools: |
- # This basically duplicates src/tools/find_depot_tools.py without the side effects |
+ # This basically duplicates src/build/find_depot_tools.py without the side effects |
# (adding the directory to sys.path and importing breakpad). |
self._depot_tools = (self._check_paths_for_depot_tools(self._sys_path) or |
self._check_paths_for_depot_tools(self._env_path) or |