| Index: chrome/worker/nativewebworker_impl.h
|
| diff --git a/chrome/worker/nativewebworker_impl.h b/chrome/worker/nativewebworker_impl.h
|
| index ac7e80136b2e6347369673de16f20a7a36bec83c..7f610a0cc65d70dd4c2138d144363da48ba2e394 100644
|
| --- a/chrome/worker/nativewebworker_impl.h
|
| +++ b/chrome/worker/nativewebworker_impl.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_H_
|
| -#define CHROME_WORKER_NATIVEWORKER_H_
|
| +#ifndef CHROME_WORKER_NATIVEWEBWORKER_IMPL_H_
|
| +#define CHROME_WORKER_NATIVEWEBWORKER_IMPL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebWorker.h"
|
| @@ -43,4 +43,4 @@ class NativeWebWorkerImpl : public WebKit::WebWorker {
|
| DISALLOW_COPY_AND_ASSIGN(NativeWebWorkerImpl);
|
| };
|
|
|
| -#endif // CHROME_WORKER_NATIVEWEBWORKER_H_
|
| +#endif // CHROME_WORKER_NATIVEWEBWORKER_IMPL_H_
|
|
|