| Index: components/nacl/browser/pnacl_translation_cache.h
|
| diff --git a/chrome/browser/nacl_host/pnacl_translation_cache.h b/components/nacl/browser/pnacl_translation_cache.h
|
| similarity index 94%
|
| rename from chrome/browser/nacl_host/pnacl_translation_cache.h
|
| rename to components/nacl/browser/pnacl_translation_cache.h
|
| index 7ca4bcc65ca26103baa4a33c7d69ede552ebb2c9..9dd528cd863b602c21495f3ea355d6300d8c0124 100644
|
| --- a/chrome/browser/nacl_host/pnacl_translation_cache.h
|
| +++ b/components/nacl/browser/pnacl_translation_cache.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_TRANSLATION_CACHE_H_
|
| -#define CHROME_BROWSER_NACL_HOST_PNACL_TRANSLATION_CACHE_H_
|
| +#ifndef COMPONENTS_NACL_BROWSER_PNACL_TRANSLATION_CACHE_H_
|
| +#define COMPONENTS_NACL_BROWSER_PNACL_TRANSLATION_CACHE_H_
|
|
|
| #include <map>
|
|
|
| @@ -103,4 +103,4 @@ class PnaclTranslationCache
|
|
|
| } // namespace pnacl
|
|
|
| -#endif // CHROME_BROWSER_NACL_HOST_PNACL_TRANSLATION_CACHE_H_
|
| +#endif // COMPONENTS_NACL_BROWSER_PNACL_TRANSLATION_CACHE_H_
|
|
|