Index: content/browser/plugin_service.h |
=================================================================== |
--- content/browser/plugin_service.h (revision 75653) |
+++ content/browser/plugin_service.h (working copy) |
@@ -5,8 +5,8 @@ |
// This class responds to requests from renderers for the list of plugins, and |
// also a proxy object for plugin instances. |
-#ifndef CHROME_BROWSER_PLUGIN_SERVICE_H_ |
-#define CHROME_BROWSER_PLUGIN_SERVICE_H_ |
+#ifndef CONTENT_BROWSER_PLUGIN_SERVICE_H_ |
+#define CONTENT_BROWSER_PLUGIN_SERVICE_H_ |
#pragma once |
#include <string> |
@@ -19,10 +19,10 @@ |
#include "base/synchronization/lock.h" |
#include "base/synchronization/waitable_event_watcher.h" |
#include "build/build_config.h" |
-#include "chrome/browser/plugin_process_host.h" |
-#include "chrome/browser/ppapi_plugin_process_host.h" |
#include "chrome/common/notification_observer.h" |
#include "chrome/common/notification_registrar.h" |
+#include "content/browser/plugin_process_host.h" |
+#include "content/browser/ppapi_plugin_process_host.h" |
#include "googleurl/src/gurl.h" |
#include "ipc/ipc_channel_handle.h" |
#include "webkit/plugins/npapi/webplugininfo.h" |
@@ -229,4 +229,4 @@ |
DISABLE_RUNNABLE_METHOD_REFCOUNT(PluginService); |
-#endif // CHROME_BROWSER_PLUGIN_SERVICE_H_ |
+#endif // CONTENT_BROWSER_PLUGIN_SERVICE_H_ |