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

Unified Diff: content/common_child/np_channel_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/np_channel_base.h
diff --git a/content/common/np_channel_base.h b/content/common_child/np_channel_base.h
similarity index 97%
rename from content/common/np_channel_base.h
rename to content/common_child/np_channel_base.h
index f307e9f7d24d90c22282e89437b0188c22670d89..d5352f316bdadaf64d6d7b23dd70156af4dcd132 100644
--- a/content/common/np_channel_base.h
+++ b/content/common_child/np_channel_base.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_NP_CHANNEL_BASE_H_
-#define CONTENT_COMMON_NP_CHANNEL_BASE_H_
+#ifndef CONTENT_COMMON_CHILD_NP_CHANNEL_BASE_H_
+#define CONTENT_COMMON_CHILD_NP_CHANNEL_BASE_H_
#include <string>
@@ -13,7 +13,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/process.h"
#include "content/common/message_router.h"
-#include "content/common/npobject_base.h"
+#include "content/common_child/npobject_base.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_sync_channel.h"
@@ -200,4 +200,4 @@ class NPChannelBase : public IPC::Listener,
} // namespace content
-#endif // CONTENT_COMMON_NP_CHANNEL_BASE_H_
+#endif // CONTENT_COMMON_CHILD_NP_CHANNEL_BASE_H_

Powered by Google App Engine
This is Rietveld 408576698