Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: content/plugin/npobject_util.h

Issue 6672048: Move plugin code to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/plugin/npobject_stub.cc ('k') | content/plugin/npobject_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/plugin/npobject_stub.cc ('k') | content/plugin/npobject_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698