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

Unified Diff: chrome/browser/ui/cocoa/table_model_array_controller_unittest.mm

Issue 5621006: Merge PluginGroups for Adobe Reader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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: chrome/browser/ui/cocoa/table_model_array_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/table_model_array_controller_unittest.mm b/chrome/browser/ui/cocoa/table_model_array_controller_unittest.mm
index 051d58beda36a5e241fc3ecb6341950f448313a0..bb6a091564cce8e0625b0b14a6ae64a87b67a2fa 100644
--- a/chrome/browser/ui/cocoa/table_model_array_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/table_model_array_controller_unittest.mm
@@ -18,6 +18,8 @@
#include "webkit/glue/plugins/plugin_list.h"
#include "webkit/glue/plugins/webplugininfo.h"
+namespace plugin_test_internal {
Bernhard Bauer 2010/12/08 13:36:30 Is that necessary for it to compile? Usually we do
Jakob Kummerow 2010/12/09 08:58:17 Done. This was meant to be cleanup work, removed i
+
class TableModelArrayControllerTest : public CocoaTest {
public:
TableModelArrayControllerTest()
@@ -169,3 +171,5 @@ TEST_F(TableModelArrayControllerTest, AddException) {
@")",
[titles description]);
}
+
+} // namespace plugin_test_internal

Powered by Google App Engine
This is Rietveld 408576698