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

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

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/nacl_broker_listener.h ('k') | components/nacl/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/broker/nacl_broker_listener.cc
diff --git a/chrome/nacl/nacl_broker_listener.cc b/components/nacl/broker/nacl_broker_listener.cc
similarity index 95%
rename from chrome/nacl/nacl_broker_listener.cc
rename to components/nacl/broker/nacl_broker_listener.cc
index 1a49a1f132654db92c24ea63e9d58ed4dae2845f..aa76c05dc6d0a3188f77febe69a99e25b73db460 100644
--- a/chrome/nacl/nacl_broker_listener.cc
+++ b/components/nacl/broker/nacl_broker_listener.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/nacl/nacl_broker_listener.h"
+#include "components/nacl/broker/nacl_broker_listener.h"
#include "base/base_switches.h"
#include "base/bind.h"
@@ -11,10 +11,9 @@
#include "base/message_loop/message_loop_proxy.h"
#include "base/path_service.h"
#include "base/process_util.h"
-#include "chrome/common/chrome_switches.h"
-#include "chrome/common/nacl_cmd_line.h"
-#include "chrome/common/nacl_debug_exception_handler_win.h"
-#include "chrome/common/nacl_messages.h"
+#include "components/nacl/common/nacl_cmd_line.h"
+#include "components/nacl/common/nacl_debug_exception_handler_win.h"
+#include "components/nacl/common/nacl_messages.h"
#include "components/nacl/common/nacl_switches.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/sandbox_init.h"
« no previous file with comments | « components/nacl/broker/nacl_broker_listener.h ('k') | components/nacl/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698