| Index: components/nacl/common/nacl_cmd_line.h
|
| diff --git a/chrome/common/nacl_cmd_line.h b/components/nacl/common/nacl_cmd_line.h
|
| similarity index 74%
|
| rename from chrome/common/nacl_cmd_line.h
|
| rename to components/nacl/common/nacl_cmd_line.h
|
| index 297585043adce717fba65b84d8bca4b563065db9..694c8c235e09aa76d97ac0385129b45e0c3818ff 100644
|
| --- a/chrome/common/nacl_cmd_line.h
|
| +++ b/components/nacl/common/nacl_cmd_line.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_CMD_LINE_H_
|
| -#define CHROME_COMMON_NACL_CMD_LINE_H_
|
| +#ifndef COMPONENTS_NACL_COMMON_NACL_CMD_LINE_H_
|
| +#define COMPONENTS_NACL_COMMON_NACL_CMD_LINE_H_
|
|
|
| class CommandLine;
|
|
|
| @@ -13,4 +13,4 @@ namespace nacl {
|
| void CopyNaClCommandLineArguments(CommandLine* cmd_line);
|
| }
|
|
|
| -#endif // CHROME_COMMON_NACL_CMD_LINE_H_
|
| +#endif // COMPONENTS_NACL_COMMON_NACL_CMD_LINE_H_
|
|
|