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

Unified Diff: components/nacl/browser/nacl_broker_host_win.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/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_

Powered by Google App Engine
This is Rietveld 408576698