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

Unified Diff: chrome/browser/plugin_exceptions_table_model.h

Issue 5621006: Merge PluginGroups for Adobe Reader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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
« no previous file with comments | « chrome/browser/dom_ui/plugins_ui.cc ('k') | chrome/browser/plugin_exceptions_table_model_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/dom_ui/plugins_ui.cc ('k') | chrome/browser/plugin_exceptions_table_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698