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

Unified Diff: content/common_child/npobject_base.h

Issue 15047014: Move child-common classes to content/common_child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac and win builds Created 7 years, 7 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
Index: content/common_child/npobject_base.h
diff --git a/content/common/npobject_base.h b/content/common_child/npobject_base.h
similarity index 83%
rename from content/common/npobject_base.h
rename to content/common_child/npobject_base.h
index f91a84765f309de2abe25bdbf8ffbc25c5b346a8..0dcb04cbc8a2544257949279fcb80cf03325fa4f 100644
--- a/content/common/npobject_base.h
+++ b/content/common_child/npobject_base.h
@@ -5,8 +5,8 @@
// Base interface used by NPChannelBase and implemented by NPObjectProxy and
// NPObjectStub.
-#ifndef CONTENT_COMMON_NPOBJECT_BASE_H_
-#define CONTENT_COMMON_NPOBJECT_BASE_H_
+#ifndef CONTENT_COMMON_CHILD_NPOBJECT_BASE_H_
+#define CONTENT_COMMON_CHILD_NPOBJECT_BASE_H_
#include "ipc/ipc_listener.h"
#include "third_party/npapi/bindings/npruntime.h"
@@ -28,4 +28,4 @@ class NPObjectBase {
} // namespace content
-#endif // CONTENT_COMMON_NPOBJECT_BASE_H_
+#endif // CONTENT_COMMON_CHILD_NPOBJECT_BASE_H_

Powered by Google App Engine
This is Rietveld 408576698