| Index: content/public/common/content_descriptors.h
|
| ===================================================================
|
| --- content/public/common/content_descriptors.h (revision 140304)
|
| +++ content/public/common/content_descriptors.h (working copy)
|
| @@ -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_COMMON_CHROME_DESCRIPTORS_H_
|
| -#define CONTENT_COMMON_CHROME_DESCRIPTORS_H_
|
| +#ifndef CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTORS_H_
|
| +#define CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTORS_H_
|
| #pragma once
|
|
|
| #include "ipc/ipc_descriptors.h"
|
| @@ -15,4 +15,4 @@
|
| kSandboxIPCChannel = kPrimaryIPCChannel + 2, // http://code.google.com/p/chromium/LinuxSandboxIPC
|
| };
|
|
|
| -#endif // CONTENT_COMMON_CHROME_DESCRIPTORS_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTORS_H_
|
|
|