Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/path_finder.py

Issue 2878873002: webkitpy: Rename WebKitFinder to PathFinder (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/path_finder.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/path_finder.py
similarity index 99%
rename from third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
rename to third_party/WebKit/Tools/Scripts/webkitpy/common/path_finder.py
index aedec30aefe63bfb87a7ac1d29bd8760a47c09ef..efdda32f6abbb68a0f9acd8cf338f5e8d4489b7c 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/path_finder.py
@@ -73,7 +73,7 @@ def get_webkitpy_thirdparty_dir():
return os.path.join(get_scripts_dir(), 'webkitpy', 'thirdparty')
-class WebKitFinder(object):
+class PathFinder(object):
def __init__(self, filesystem):
self._filesystem = filesystem

Powered by Google App Engine
This is Rietveld 408576698