diff options
Diffstat (limited to 'chrome/worker/websharedworker_stub.h')
-rw-r--r-- | chrome/worker/websharedworker_stub.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/worker/websharedworker_stub.h b/chrome/worker/websharedworker_stub.h index 426aaad..b12cd99 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" @@ -38,4 +38,4 @@ class WebSharedWorkerStub : public WebWorkerStubBase { DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerStub); }; -#endif // CHROME_WORKER_WEB_SHARED_WORKER_STUB_H_ +#endif // CHROME_WORKER_WEBSHAREDWORKER_STUB_H_ |