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

Unified Diff: content/common/webplugininfo_unittest.cc

Issue 19894003: Move webplugininfo.h to content/public. (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
Index: content/common/webplugininfo_unittest.cc
===================================================================
--- content/common/webplugininfo_unittest.cc (revision 212806)
+++ content/common/webplugininfo_unittest.cc (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/plugins/webplugininfo.h"
+#include "content/public/common/webplugininfo.h"
#include <string>
#include <vector>
@@ -12,7 +12,7 @@
#include "base/version.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace webkit {
+namespace content {
TEST(PluginUtilsTest, VersionExtraction) {
// Some real-world plugin versions (spaces, commata, parentheses, 'r', oh my)
@@ -40,4 +40,4 @@
}
}
-} // namespace webkit
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698