Index: components/nacl/nacl/nacl_broker_listener.h |
diff --git a/chrome/nacl/nacl_broker_listener.h b/components/nacl/nacl/nacl_broker_listener.h |
similarity index 87% |
rename from chrome/nacl/nacl_broker_listener.h |
rename to components/nacl/nacl/nacl_broker_listener.h |
index 6df012ca6ef3886f47d8c68466d29012f1ca4ee7..97dd448bb27c1a3872ba19c3ee12de8f94a7c3f5 100644 |
--- a/chrome/nacl/nacl_broker_listener.h |
+++ b/components/nacl/nacl/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_NACL_NACL_BROKER_LISTENER_H_ |
+#define COMPONENTS_NACL_NACL_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_NACL_NACL_BROKER_LISTENER_H_ |