Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: components/nacl/browser/pnacl_translation_cache.h

Issue 61763026: Move chrome/browser/nacl_host/pnacl_translation_cache.* to components/nacl/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/browser/DEPS ('k') | components/nacl/browser/pnacl_translation_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/nacl/browser/DEPS ('k') | components/nacl/browser/pnacl_translation_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698