| Index: content/public/common/content_constants.h
|
| ===================================================================
|
| --- content/public/common/content_constants.h (revision 107754)
|
| +++ content/public/common/content_constants.h (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| // A handful of resource-like constants related to the Content application.
|
|
|
| -#ifndef CONTENT_COMMON_CHROME_CONSTANTS_H_
|
| -#define CONTENT_COMMON_CHROME_CONSTANTS_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_CHROME_CONSTANTS_H_
|
| +#define CONTENT_PUBLIC_COMMON_CHROME_CONSTANTS_H_
|
| #pragma once
|
|
|
| #include <stddef.h> // For size_t
|
| @@ -43,4 +43,4 @@
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_CHROME_CONSTANTS_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_CHROME_CONSTANTS_H_
|
|
|