| 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_
|
|
|