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

Unified Diff: content/public/test/test_navigation_observer.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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: content/public/test/test_navigation_observer.h
diff --git a/content/public/test/test_navigation_observer.h b/content/public/test/test_navigation_observer.h
index 70cda33b4f4869731cec546632e2b3b28dfcec6c..fe4885654ce41676f743624727edf5fae763cba5 100644
--- a/content/public/test/test_navigation_observer.h
+++ b/content/public/test/test_navigation_observer.h
@@ -47,9 +47,8 @@ class TestNavigationObserver : public NotificationObserver {
// Note: |js_injection_ready_observer| is owned by the caller and should be
// valid until this class is destroyed. Subclasses using this constructor MUST
// call RegisterAsObserver when a NavigationController becomes available.
- explicit TestNavigationObserver(
- JsInjectionReadyObserver* js_injection_ready_observer,
- int number_of_navigations);
+ TestNavigationObserver(JsInjectionReadyObserver* js_injection_ready_observer,
+ int number_of_navigations);
// Register this TestNavigationObserver as an observer of the |source|.
void RegisterAsObserver(const NotificationSource& source);
« no previous file with comments | « content/public/test/test_file_error_injector.h ('k') | content/renderer/browser_plugin/browser_plugin_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698