| Index: content/public/renderer/renderer_restrict_dispatch_group.h
|
| diff --git a/content/renderer/renderer_restrict_dispatch_group.h b/content/public/renderer/renderer_restrict_dispatch_group.h
|
| similarity index 79%
|
| rename from content/renderer/renderer_restrict_dispatch_group.h
|
| rename to content/public/renderer/renderer_restrict_dispatch_group.h
|
| index 546cc51616b3daf4815ac1ad03d6e10216a80595..554d336ac3149316a7956f7cd892799d25fb32cd 100644
|
| --- a/content/renderer/renderer_restrict_dispatch_group.h
|
| +++ b/content/public/renderer/renderer_restrict_dispatch_group.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_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
| -#define CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
| +#ifndef CONTENT_PUBLIC_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
| +#define CONTENT_PUBLIC_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
|
|
| #include "ipc/ipc_sync_channel.h"
|
|
|
| @@ -21,4 +21,4 @@ enum RendererRestrictDispatchGroup {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
| +#endif // CONTENT_PUBLIC_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
|
|