Chromium Code Reviews| Index: components/nacl/browser/pnacl_host.h |
| diff --git a/chrome/browser/nacl_host/pnacl_host.h b/components/nacl/browser/pnacl_host.h |
| similarity index 96% |
| rename from chrome/browser/nacl_host/pnacl_host.h |
| rename to components/nacl/browser/pnacl_host.h |
| index 782499fb0d675077703ae01dd8108beda7336eca..7a1fc7395a098a3295969c4a8b6d9aef90dfb378 100644 |
| --- a/chrome/browser/nacl_host/pnacl_host.h |
| +++ b/components/nacl/browser/pnacl_host.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_BROWSER_NACL_HOST_PNACL_HOST_H_ |
| -#define CHROME_BROWSER_NACL_HOST_PNACL_HOST_H_ |
| +#ifndef COMPONENTS_NACL_BROWSER_PNACL_HOST_H_ |
| +#define COMPONENTS_NACL_BROWSER_PNACL_HOST_H_ |
| #include <map> |
| @@ -11,7 +11,7 @@ |
| #include "base/memory/singleton.h" |
| #include "base/memory/weak_ptr.h" |
| #include "base/threading/thread_checker.h" |
| -#include "chrome/browser/nacl_host/nacl_file_host.h" |
| +#include "components/nacl/browser/nacl_file_host.h" |
| #include "components/nacl/common/pnacl_types.h" |
| #include "ipc/ipc_platform_file.h" |
| @@ -22,7 +22,6 @@ class DrainableIOBuffer; |
| namespace pnacl { |
|
Mark Seaborn
2013/11/21 23:47:34
Add empty line after this
|
| class PnaclHostTest; |
| class PnaclTranslationCache; |
| -} |
| // Shared state (translation cache) and common utilities (temp file creation) |
| // for all PNaCl translations. Unless otherwise specified, all methods should be |
| @@ -173,4 +172,6 @@ class PnaclHost { |
| DISALLOW_COPY_AND_ASSIGN(PnaclHost); |
| }; |
| -#endif // CHROME_BROWSER_NACL_HOST_PNACL_HOST_H_ |
| +} // namespace pnacl |
| + |
| +#endif // COMPONENTS_NACL_BROWSER_PNACL_HOST_H_ |