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

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

Issue 23566018: [chromedriver] Remove Logger and just use base LOG. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: chrome/test/chromedriver/chrome/adb_impl.h
diff --git a/chrome/test/chromedriver/chrome/adb_impl.h b/chrome/test/chromedriver/chrome/adb_impl.h
index 80ce305ed9c67a6d405b4fc21da9ad0cb513602b..fd0b184ecaa6e075076c36826e3633245501d080 100644
--- a/chrome/test/chromedriver/chrome/adb_impl.h
+++ b/chrome/test/chromedriver/chrome/adb_impl.h
@@ -23,7 +23,7 @@ class AdbImpl : public Adb {
public:
explicit AdbImpl(
const scoped_refptr<base::SingleThreadTaskRunner>& io_message_loop_proxy,
- Log* log, int port);
+ int port);
virtual ~AdbImpl();
// Overridden from Adb:
@@ -60,7 +60,6 @@ class AdbImpl : public Adb {
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
- Log* log_;
int port_;
};

Powered by Google App Engine
This is Rietveld 408576698