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

Unified Diff: components/nacl/browser/nacl_broker_service_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_service_win.h
diff --git a/chrome/browser/nacl_host/nacl_broker_service_win.h b/components/nacl/browser/nacl_broker_service_win.h
similarity index 87%
rename from chrome/browser/nacl_host/nacl_broker_service_win.h
rename to components/nacl/browser/nacl_broker_service_win.h
index 2e1cf8d67ec59fefe2effc0b8041a2550b8f0692..77d69ddc5b58aac6e3fe332eff2cf3cc333cbbb8 100644
--- a/chrome/browser/nacl_host/nacl_broker_service_win.h
+++ b/components/nacl/browser/nacl_broker_service_win.h
@@ -2,15 +2,17 @@
// 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_SERVICE_WIN_H_
-#define CHROME_BROWSER_NACL_HOST_NACL_BROKER_SERVICE_WIN_H_
+#ifndef COMPONENTS_NACL_BROWSER_NACL_BROKER_SERVICE_WIN_H_
+#define COMPONENTS_NACL_BROWSER_NACL_BROKER_SERVICE_WIN_H_
#include <map>
#include "base/basictypes.h"
#include "base/memory/singleton.h"
#include "base/memory/weak_ptr.h"
-#include "chrome/browser/nacl_host/nacl_broker_host_win.h"
+#include "components/nacl/browser/nacl_broker_host_win.h"
+
+namespace nacl {
class NaClProcessHost;
@@ -63,4 +65,6 @@ class NaClBrokerService {
DISALLOW_COPY_AND_ASSIGN(NaClBrokerService);
};
-#endif // CHROME_BROWSER_NACL_HOST_NACL_BROKER_SERVICE_WIN_H_
+} // namespace nacl
+
+#endif // COMPONENTS_NACL_BROWSER_NACL_BROKER_SERVICE_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698