Index: content/plugin/npobject_util.h |
=================================================================== |
--- content/plugin/npobject_util.h (revision 78372) |
+++ content/plugin/npobject_util.h (working copy) |
@@ -4,8 +4,8 @@ |
// |
// Helper functions that are used by the NPObject proxy and stub. |
-#ifndef CHROME_PLUGIN_NPOBJECT_UTIL_H__ |
-#define CHROME_PLUGIN_NPOBJECT_UTIL_H__ |
+#ifndef CONTENT_PLUGIN_NPOBJECT_UTIL_H_ |
+#define CONTENT_PLUGIN_NPOBJECT_UTIL_H_ |
#pragma once |
#include "build/build_config.h" |
@@ -14,7 +14,7 @@ |
#include <windows.h> |
#endif |
-#include "chrome/plugin/npobject_stub.h" |
+#include "content/plugin/npobject_stub.h" |
class GURL; |
class NPObjectProxy; |
@@ -70,4 +70,4 @@ |
HANDLE GetMessageBoxEvent(HWND hwnd); |
#endif // defined(OS_WIN) |
-#endif // CHROME_PLUGIN_NPOBJECT_UTIL_H__ |
+#endif // CONTENT_PLUGIN_NPOBJECT_UTIL_H_ |