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

Unified Diff: chrome/test/chromedriver/session_unittest.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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
« no previous file with comments | « chrome/service/cloud_print/printer_job_queue_handler.cc ('k') | chromeos/network/onc/onc_merger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/session_unittest.cc
diff --git a/chrome/test/chromedriver/session_unittest.cc b/chrome/test/chromedriver/session_unittest.cc
index e88fa7032c14f1cc97f1f56c5d9e0fa11125ac37..095fe7e6b3b0bda30a028968eabd34c9455a0a3f 100644
--- a/chrome/test/chromedriver/session_unittest.cc
+++ b/chrome/test/chromedriver/session_unittest.cc
@@ -31,7 +31,7 @@ class MockChrome : public StubChrome {
MockChrome() : web_view_("1") {}
virtual ~MockChrome() {}
- Status GetWebViews(std::list<WebView*>* web_views) OVERRIDE {
+ virtual Status GetWebViews(std::list<WebView*>* web_views) OVERRIDE {
web_views->clear();
web_views->push_back(&web_view_);
return Status(kOk);
« no previous file with comments | « chrome/service/cloud_print/printer_job_queue_handler.cc ('k') | chromeos/network/onc/onc_merger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698