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

Unified Diff: components/nacl/loader/nacl_ipc_adapter.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/loader/nacl_helper_linux.cc ('k') | components/nacl/loader/nacl_ipc_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_ipc_adapter.h
diff --git a/chrome/nacl/nacl_ipc_adapter.h b/components/nacl/loader/nacl_ipc_adapter.h
similarity index 97%
rename from chrome/nacl/nacl_ipc_adapter.h
rename to components/nacl/loader/nacl_ipc_adapter.h
index c7569e6002422ca789e3db20d02c3883d2e146c4..bd249b96756c0b9781aaf0dd6aa9ab75a20c8ea3 100644
--- a/chrome/nacl/nacl_ipc_adapter.h
+++ b/components/nacl/loader/nacl_ipc_adapter.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_NACL_NACL_IPC_ADAPTER_H_
-#define CHROME_NACL_NACL_IPC_ADAPTER_H_
+#ifndef COMPONENTS_NACL_LOADER_NACL_IPC_ADAPTER_H_
+#define COMPONENTS_NACL_LOADER_NACL_IPC_ADAPTER_H_
#include <map>
#include <queue>
@@ -189,4 +189,4 @@ class NaClIPCAdapter : public base::RefCountedThreadSafe<NaClIPCAdapter>,
// Export TranslatePepperFileReadWriteOpenFlags for testing.
int TranslatePepperFileReadWriteOpenFlagsForTesting(int32_t pp_open_flags);
-#endif // CHROME_NACL_NACL_IPC_ADAPTER_H_
+#endif // COMPONENTS_NACL_LOADER_NACL_IPC_ADAPTER_H_
« no previous file with comments | « components/nacl/loader/nacl_helper_linux.cc ('k') | components/nacl/loader/nacl_ipc_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698