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

Unified Diff: chrome/worker/websharedworker_stub.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/nativewebworker_stub.h ('k') | chrome/worker/webworker_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/websharedworker_stub.h
diff --git a/chrome/worker/websharedworker_stub.h b/chrome/worker/websharedworker_stub.h
index f7a26f386dc655cc2a5fa23393cd8012b56267b9..5bab66c1f1742cd2600ffcb7b3757f7cb7363b39 100644
--- a/chrome/worker/websharedworker_stub.h
+++ b/chrome/worker/websharedworker_stub.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_SHARED_WORKER_STUB_H_
-#define CHROME_WORKER_WEB_SHARED_WORKER_STUB_H_
+#ifndef CHROME_WORKER_WEBSHAREDWORKER_STUB_H_
+#define CHROME_WORKER_WEBSHAREDWORKER_STUB_H_
#include "chrome/worker/webworker_stub_base.h"
#include "chrome/worker/webworkerclient_proxy.h"
@@ -37,4 +37,4 @@ class WebSharedWorkerStub : public WebWorkerStubBase {
DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerStub);
};
-#endif // CHROME_WORKER_WEB_SHARED_WORKER_STUB_H_
+#endif // CHROME_WORKER_WEBSHAREDWORKER_STUB_H_
« no previous file with comments | « chrome/worker/nativewebworker_stub.h ('k') | chrome/worker/webworker_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698