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

Unified Diff: components/nacl/common/nacl_types.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/common/nacl_sandbox_type_mac.h ('k') | components/nacl/common/nacl_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl_types.h
diff --git a/chrome/common/nacl_types.h b/components/nacl/common/nacl_types.h
similarity index 94%
rename from chrome/common/nacl_types.h
rename to components/nacl/common/nacl_types.h
index a5f6e6bcb06f3d50399cce037cce1bc9c1d44c74..13fb33e91fd3e10c1832b6485416df4450648137 100644
--- a/chrome/common/nacl_types.h
+++ b/components/nacl/common/nacl_types.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_COMMON_NACL_TYPES_H_
-#define CHROME_COMMON_NACL_TYPES_H_
+#ifndef COMPONENTS_NACL_COMMON_NACL_TYPES_H_
+#define COMPONENTS_NACL_COMMON_NACL_TYPES_H_
#include <string>
#include <vector>
@@ -83,4 +83,4 @@ struct NaClLaunchParams {
} // namespace nacl
-#endif // CHROME_COMMON_NACL_TYPES_H_
+#endif // COMPONENTS_NACL_COMMON_NACL_TYPES_H_
« no previous file with comments | « components/nacl/common/nacl_sandbox_type_mac.h ('k') | components/nacl/common/nacl_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698