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