| Index: components/nacl/loader/nacl_ipc_adapter.h
|
| diff --git a/chrome/nacl/nacl_ipc_adapter.h b/components/nacl/loader/nacl_ipc_adapter.h
|
| similarity index 97%
|
| rename from chrome/nacl/nacl_ipc_adapter.h
|
| rename to components/nacl/loader/nacl_ipc_adapter.h
|
| index c7569e6002422ca789e3db20d02c3883d2e146c4..bd249b96756c0b9781aaf0dd6aa9ab75a20c8ea3 100644
|
| --- a/chrome/nacl/nacl_ipc_adapter.h
|
| +++ b/components/nacl/loader/nacl_ipc_adapter.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_NACL_NACL_IPC_ADAPTER_H_
|
| -#define CHROME_NACL_NACL_IPC_ADAPTER_H_
|
| +#ifndef COMPONENTS_NACL_LOADER_NACL_IPC_ADAPTER_H_
|
| +#define COMPONENTS_NACL_LOADER_NACL_IPC_ADAPTER_H_
|
|
|
| #include <map>
|
| #include <queue>
|
| @@ -189,4 +189,4 @@ class NaClIPCAdapter : public base::RefCountedThreadSafe<NaClIPCAdapter>,
|
| // Export TranslatePepperFileReadWriteOpenFlags for testing.
|
| int TranslatePepperFileReadWriteOpenFlagsForTesting(int32_t pp_open_flags);
|
|
|
| -#endif // CHROME_NACL_NACL_IPC_ADAPTER_H_
|
| +#endif // COMPONENTS_NACL_LOADER_NACL_IPC_ADAPTER_H_
|
|
|