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

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

Issue 75463005: Move more files from chrome/browser/nacl_host/ 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
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..9111603a50087da7c2d4fb1bb73732f5dbc06a31 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"
@@ -20,9 +20,9 @@ class DrainableIOBuffer;
}
namespace pnacl {
+
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 +173,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_

Powered by Google App Engine
This is Rietveld 408576698