| Index: chrome/browser/plugin_exceptions_table_model.h
|
| diff --git a/chrome/browser/plugin_exceptions_table_model.h b/chrome/browser/plugin_exceptions_table_model.h
|
| index 6e8f00b63175a41d9b7c0f317b957ff83cf810f8..d9f8e400625013a03630a1b46ced11970d9a489e 100644
|
| --- a/chrome/browser/plugin_exceptions_table_model.h
|
| +++ b/chrome/browser/plugin_exceptions_table_model.h
|
| @@ -15,9 +15,6 @@
|
| #include "chrome/common/notification_observer.h"
|
| #include "webkit/glue/plugins/plugin_list.h"
|
|
|
| -namespace plugin_test_internal {
|
| -class PluginExceptionsTableModelTest;
|
| -}
|
| struct WebPluginInfo;
|
|
|
| class PluginExceptionsTableModel : public RemoveRowsTableModel,
|
| @@ -54,7 +51,7 @@ class PluginExceptionsTableModel : public RemoveRowsTableModel,
|
| virtual void GetPlugins(std::vector<PluginGroup>* plugin_groups);
|
|
|
| private:
|
| - friend class plugin_test_internal::PluginExceptionsTableModelTest;
|
| + friend class PluginExceptionsTableModelTest;
|
|
|
| struct SettingsEntry {
|
| ContentSettingsPattern pattern;
|
|
|