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

Unified Diff: content/child/npapi/npobject_stub.cc

Issue 19462016: Move npapi related files from content\child to the new content\child\npapi directory. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/child/npapi/npobject_stub.h ('k') | content/child/npapi/npobject_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/npobject_stub.cc
===================================================================
--- content/child/npapi/npobject_stub.cc (revision 212485)
+++ content/child/npapi/npobject_stub.cc (working copy)
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/child/npobject_stub.h"
+#include "content/child/npapi/npobject_stub.h"
-#include "content/child/np_channel_base.h"
+#include "content/child/npapi/np_channel_base.h"
+#include "content/child/npapi/npobject_util.h"
#include "content/child/npapi/plugin_host.h"
-#include "content/child/npobject_util.h"
#include "content/child/plugin_messages.h"
#include "content/public/common/content_client.h"
#include "content/public/common/content_switches.h"
« no previous file with comments | « content/child/npapi/npobject_stub.h ('k') | content/child/npapi/npobject_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698