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

Unified Diff: content/plugin/npobject_stub.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_proxy.cc ('k') | content/plugin/npobject_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/npobject_stub.h
===================================================================
--- content/plugin/npobject_stub.h (revision 78372)
+++ content/plugin/npobject_stub.h (working copy)
@@ -5,15 +5,15 @@
// A class that receives IPC messages from an NPObjectProxy and calls the real
// NPObject.
-#ifndef CHROME_PLUGIN_NPOBJECT_STUB_H_
-#define CHROME_PLUGIN_NPOBJECT_STUB_H_
+#ifndef CONTENT_PLUGIN_NPOBJECT_STUB_H_
+#define CONTENT_PLUGIN_NPOBJECT_STUB_H_
#pragma once
#include <vector>
#include "base/ref_counted.h"
#include "base/weak_ptr.h"
-#include "chrome/plugin/npobject_base.h"
+#include "content/plugin/npobject_base.h"
#include "googleurl/src/gurl.h"
#include "ipc/ipc_channel.h"
#include "ui/gfx/native_widget_types.h"
@@ -92,4 +92,4 @@
GURL page_url_;
};
-#endif // CHROME_PLUGIN_NPOBJECT_STUB_H_
+#endif // CONTENT_PLUGIN_NPOBJECT_STUB_H_
« no previous file with comments | « content/plugin/npobject_proxy.cc ('k') | content/plugin/npobject_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698