| Index: content/common/mojo/constants.h
|
| diff --git a/content/browser/mojo/constants.h b/content/common/mojo/constants.h
|
| similarity index 75%
|
| rename from content/browser/mojo/constants.h
|
| rename to content/common/mojo/constants.h
|
| index 2fd761a17c7ef6deed4913287c7e8723cdf32daa..d18da30b4a785852de46f4df08d6ecb826105948 100644
|
| --- a/content/browser/mojo/constants.h
|
| +++ b/content/common/mojo/constants.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 CONTENT_BROWSER_MOJO_CONSTANTS_H_
|
| -#define CONTENT_BROWSER_MOJO_CONSTANTS_H_
|
| +#ifndef CONTENT_COMMON_MOJO_CONSTANTS_H_
|
| +#define CONTENT_COMMON_MOJO_CONSTANTS_H_
|
|
|
| namespace content {
|
|
|
| @@ -14,4 +14,4 @@ extern const char kUtilityMojoApplicationName[];
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_MOJO_CONSTANTS_H_
|
| +#endif // CONTENT_COMMON_MOJO_CONSTANTS_H_
|
|
|