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

Unified Diff: extensions/browser/test_extension_registry_observer.cc

Issue 563263002: Cleanup: cpplint from /extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « extensions/browser/script_executor.h ('k') | extensions/browser/test_runtime_api_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_extension_registry_observer.cc
diff --git a/extensions/browser/test_extension_registry_observer.cc b/extensions/browser/test_extension_registry_observer.cc
index b4f5c6033c3e518cd9c836217bea83918c7fd18c..d9a1575d16b1f0ae24d4bfa7cdba07ed3f35efeb 100644
--- a/extensions/browser/test_extension_registry_observer.cc
+++ b/extensions/browser/test_extension_registry_observer.cc
@@ -11,7 +11,8 @@ namespace extensions {
class TestExtensionRegistryObserver::Waiter {
public:
- Waiter(const std::string& extension_id) : observed_(false), runner_(NULL) {}
+ explicit Waiter(const std::string& extension_id)
+ : observed_(false), runner_(NULL) {}
void Wait() {
if (observed_)
« no previous file with comments | « extensions/browser/script_executor.h ('k') | extensions/browser/test_runtime_api_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698