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 |