| Index: content/plugin/npobject_base.h
|
| ===================================================================
|
| --- content/plugin/npobject_base.h (revision 78372)
|
| +++ content/plugin/npobject_base.h (working copy)
|
| @@ -4,8 +4,8 @@
|
| //
|
| // Base interface implemented by NPObjectProxy and NPObjectStub
|
|
|
| -#ifndef CHROME_PLUGIN_NPOBJECT_BASE_H_
|
| -#define CHROME_PLUGIN_NPOBJECT_BASE_H_
|
| +#ifndef CONTENT_PLUGIN_NPOBJECT_BASE_H_
|
| +#define CONTENT_PLUGIN_NPOBJECT_BASE_H_
|
| #pragma once
|
|
|
| #include "ipc/ipc_channel.h"
|
| @@ -24,5 +24,4 @@
|
| virtual IPC::Channel::Listener* GetChannelListener() = 0;
|
| };
|
|
|
| -#endif // CHROME_PLUGIN_NPOBJECT_BASE_H_
|
| -
|
| +#endif // CONTENT_PLUGIN_NPOBJECT_BASE_H_
|
|
|