| Index: components/nacl/common/nacl_paths.h
|
| diff --git a/chrome/common/nacl_paths.h b/components/nacl/common/nacl_paths.h
|
| similarity index 76%
|
| rename from chrome/common/nacl_paths.h
|
| rename to components/nacl/common/nacl_paths.h
|
| index 1ae755f31099ac50f49fe8208b791d1664c8c115..8f0ec0046c375d7e9d59c3d4e1d8fde52fb20741 100644
|
| --- a/chrome/common/nacl_paths.h
|
| +++ b/components/nacl/common/nacl_paths.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_NACL_PATHS_H_
|
| -#define CHROME_COMMON_NACL_PATHS_H_
|
| +#ifndef COMPONENTS_NACL_COMMON_NACL_PATHS_H_
|
| +#define COMPONENTS_NACL_COMMON_NACL_PATHS_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -28,4 +28,4 @@ void RegisterPathProvider();
|
|
|
| } // namespace nacl
|
|
|
| -#endif // CHROME_COMMON_NACL_PATHS_H_
|
| +#endif // COMPONENTS_NACL_COMMON_NACL_PATHS_H_
|
|
|