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

Unified Diff: tools/perf/profile_creators/profile_generator_unittest.py

Issue 1005203002: Telemetry: Move ProfileCreator to tools/perf/profile_creator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: tools/perf/profile_creators/profile_generator_unittest.py
diff --git a/tools/telemetry/telemetry/page/profile_generator_unittest.py b/tools/perf/profile_creators/profile_generator_unittest.py
similarity index 98%
rename from tools/telemetry/telemetry/page/profile_generator_unittest.py
rename to tools/perf/profile_creators/profile_generator_unittest.py
index 1738e3f16e6ff2691856c488fafc944165b245f0..fdd064ad3552ae05f80e7cc6e30432971ac32137 100644
--- a/tools/telemetry/telemetry/page/profile_generator_unittest.py
+++ b/tools/perf/profile_creators/profile_generator_unittest.py
@@ -8,7 +8,7 @@ import socket
import tempfile
import unittest
-from telemetry.page import profile_generator
+from profile_creators import profile_generator
class ProfileGeneratorUnitTest(unittest.TestCase):
« no previous file with comments | « tools/perf/profile_creators/profile_generator.py ('k') | tools/perf/profile_creators/small_profile_creator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698