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

Unified Diff: chrome/test/chromedriver/chrome/heap_snapshot_taker.h

Issue 293363010: [chromedriver] Fix some minor errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/heap_snapshot_taker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/heap_snapshot_taker.h
diff --git a/chrome/test/chromedriver/chrome/heap_snapshot_taker.h b/chrome/test/chromedriver/chrome/heap_snapshot_taker.h
index d0c233450353dcab91f2559288d5f0ca8c637c3a..d9ea5925c7604bc679b65b8b43c8e5d42b6dc8c4 100644
--- a/chrome/test/chromedriver/chrome/heap_snapshot_taker.h
+++ b/chrome/test/chromedriver/chrome/heap_snapshot_taker.h
@@ -21,7 +21,7 @@ class DevToolsClient;
class Status;
// Take the heap snapshot.
-class HeapSnapshotTaker: public DevToolsEventListener {
+class HeapSnapshotTaker : public DevToolsEventListener {
public:
explicit HeapSnapshotTaker(DevToolsClient* client);
virtual ~HeapSnapshotTaker();
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/heap_snapshot_taker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698