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

Unified Diff: content/child/npruntime_util.cc

Issue 17068016: Move the npruntime_util.h/.cc files from webkit\glue to content\child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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/npruntime_util.h ('k') | content/child/plugin_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npruntime_util.cc
===================================================================
--- content/child/npruntime_util.cc (revision 207873)
+++ content/child/npruntime_util.cc (working copy)
@@ -1,15 +1,15 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/npruntime_util.h"
+#include "content/child/npruntime_util.h"
#include "base/pickle.h"
#include "third_party/WebKit/public/web/WebBindings.h"
using WebKit::WebBindings;
-namespace webkit_glue {
+namespace content {
bool SerializeNPIdentifier(NPIdentifier identifier, Pickle* pickle) {
const NPUTF8* string;
@@ -48,4 +48,4 @@
return true;
}
-} // namespace webkit_glue
+} // namespace content
« no previous file with comments | « content/child/npruntime_util.h ('k') | content/child/plugin_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698