Index: webkit/plugins/npapi/plugin_list_unittest.cc |
diff --git a/webkit/plugins/npapi/plugin_list_unittest.cc b/webkit/plugins/npapi/plugin_list_unittest.cc |
index 6f152d9215af4646c83f0be059119705e84254be..a58d06bdccaaa19b9eba8b0ee54429caf5f7a941 100644 |
--- a/webkit/plugins/npapi/plugin_list_unittest.cc |
+++ b/webkit/plugins/npapi/plugin_list_unittest.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -37,8 +37,7 @@ const char* kFooIdentifier = "foo"; |
const char* kFooGroupName = "Foo"; |
const char* kFooName = "Foo Plugin"; |
const PluginGroupDefinition kPluginDefinitions[] = { |
- { kFooIdentifier, kFooGroupName, kFooName, NULL, 0, |
- "http://example.com/foo" }, |
+ { kFooIdentifier, kFooGroupName, kFooName, NULL, 0 }, |
}; |
} // namespace |