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

Unified Diff: chrome/worker/webworker_stub_base.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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/worker/webworker_stub.h ('k') | chrome/worker/worker_webkitclient_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/webworker_stub_base.h
diff --git a/chrome/worker/webworker_stub_base.h b/chrome/worker/webworker_stub_base.h
index 1e5ec12ff0bbed6ce95e44cfc4a9da0298212b00..397f517c24d6efe11b181bb774bd745bcdd53c3a 100644
--- a/chrome/worker/webworker_stub_base.h
+++ b/chrome/worker/webworker_stub_base.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_WORKER_WEB_WORKER_STUB_BASE_H_
-#define CHROME_WORKER_WEB_WORKER_STUB_BASE_H_
+#ifndef CHROME_WORKER_WEBWORKER_STUB_BASE_H_
+#define CHROME_WORKER_WEBWORKER_STUB_BASE_H_
#include "chrome/worker/webworkerclient_proxy.h"
#include "ipc/ipc_channel.h"
@@ -12,7 +12,7 @@
// WebSharedWorkerStub and contains common setup/teardown functionality.
class WebWorkerStubBase : public IPC::Channel::Listener {
public:
- WebWorkerStubBase(int route_id);
+ explicit WebWorkerStubBase(int route_id);
virtual ~WebWorkerStubBase();
// Invoked when the WebWorkerClientProxy is shutting down.
@@ -33,4 +33,4 @@ class WebWorkerStubBase : public IPC::Channel::Listener {
DISALLOW_COPY_AND_ASSIGN(WebWorkerStubBase);
};
-#endif // CHROME_WORKER_WEB_WORKER_STUB_BASE_H_
+#endif // CHROME_WORKER_WEBWORKER_STUB_BASE_H_
« no previous file with comments | « chrome/worker/webworker_stub.h ('k') | chrome/worker/worker_webkitclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698