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

Unified Diff: chrome/worker/nativewebworker_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_impl.h ('k') | chrome/worker/websharedworker_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/nativewebworker_stub.h
diff --git a/chrome/worker/nativewebworker_stub.h b/chrome/worker/nativewebworker_stub.h
index 6afe1db886f9a11acbf0e2514f2b6d3b8b9a076c..1edd6a514a2561d3cb80888e0a81034a0bccf1c8 100644
--- a/chrome/worker/nativewebworker_stub.h
+++ b/chrome/worker/nativewebworker_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_NATIVEWORKER_STUB_H_
-#define CHROME_WORKER_NATIVEWORKER_STUB_H_
+#ifndef CHROME_WORKER_NATIVEWEBWORKER_STUB_H_
+#define CHROME_WORKER_NATIVEWEBWORKER_STUB_H_
// Native WebWorker support stub header.
#include <stddef.h>
@@ -60,4 +60,4 @@ int NaClSrpcListenerLoop(struct NaClDesc *chrome_desc,
void NaClDestroyUpcallChannel(struct NaClDesc* desc[2]);
}
-#endif // CHROME_WORKER_NATIVEWORKER_STUB_H_
+#endif // CHROME_WORKER_NATIVEWEBWORKER_STUB_H_
« no previous file with comments | « chrome/worker/nativewebworker_impl.h ('k') | chrome/worker/websharedworker_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698