Index: components/nacl/browser/nacl_broker_host_win.h |
diff --git a/chrome/browser/nacl_host/nacl_broker_host_win.h b/components/nacl/browser/nacl_broker_host_win.h |
similarity index 89% |
rename from chrome/browser/nacl_host/nacl_broker_host_win.h |
rename to components/nacl/browser/nacl_broker_host_win.h |
index 80f23035f4b287bb06ce5ad6e413e31e980ea93e..bbafdff4ed18ea791448d538b5540e5da02544fc 100644 |
--- a/chrome/browser/nacl_host/nacl_broker_host_win.h |
+++ b/components/nacl/browser/nacl_broker_host_win.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_NACL_BROKER_HOST_WIN_H_ |
-#define CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_ |
+#ifndef COMPONENTS_NACL_BROWSER_NACL_BROKER_HOST_WIN_H_ |
+#define COMPONENTS_NACL_BROWSER_NACL_BROKER_HOST_WIN_H_ |
#include <string> |
@@ -16,6 +16,8 @@ namespace content { |
class BrowserChildProcessHost; |
} |
+namespace nacl { |
+ |
class NaClBrokerHost : public content::BrowserChildProcessHostDelegate { |
public: |
NaClBrokerHost(); |
@@ -57,4 +59,6 @@ class NaClBrokerHost : public content::BrowserChildProcessHostDelegate { |
DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost); |
}; |
-#endif // CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_ |
+} // namespace nacl |
+ |
+#endif // COMPONENTS_NACL_BROWSER_NACL_BROKER_HOST_WIN_H_ |