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

Unified Diff: components/nacl/broker/nacl_broker_listener.h

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create a zygote folder Created 7 years, 6 months 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/broker/DEPS ('k') | components/nacl/broker/nacl_broker_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/broker/nacl_broker_listener.h
diff --git a/chrome/nacl/nacl_broker_listener.h b/components/nacl/broker/nacl_broker_listener.h
similarity index 87%
rename from chrome/nacl/nacl_broker_listener.h
rename to components/nacl/broker/nacl_broker_listener.h
index 6df012ca6ef3886f47d8c68466d29012f1ca4ee7..500023bb4961cfabea2e21ca197108e7f8d2c376 100644
--- a/chrome/nacl/nacl_broker_listener.h
+++ b/components/nacl/broker/nacl_broker_listener.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_NACL_NACL_BROKER_LISTENER_H_
-#define CHROME_NACL_NACL_BROKER_LISTENER_H_
+#ifndef COMPONENTS_NACL_BROKER_NACL_BROKER_LISTENER_H_
+#define COMPONENTS_NACL_BROKER_NACL_BROKER_LISTENER_H_
#include "base/memory/scoped_ptr.h"
#include "base/process.h"
-#include "chrome/common/nacl_types.h"
+#include "components/nacl/common/nacl_types.h"
#include "content/public/common/sandboxed_process_launcher_delegate.h"
#include "ipc/ipc_listener.h"
@@ -47,4 +47,4 @@ class NaClBrokerListener : public content::SandboxedProcessLauncherDelegate,
DISALLOW_COPY_AND_ASSIGN(NaClBrokerListener);
};
-#endif // CHROME_NACL_NACL_BROKER_LISTENER_H_
+#endif // COMPONENTS_NACL_BROKER_NACL_BROKER_LISTENER_H_
« no previous file with comments | « components/nacl/broker/DEPS ('k') | components/nacl/broker/nacl_broker_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698