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

Unified Diff: chrome/common/extensions/extension_sync_type_unittest.cc

Issue 14694010: Consolidate manifest handler registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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/common/extensions/extension_sync_type_unittest.cc
diff --git a/chrome/common/extensions/extension_sync_type_unittest.cc b/chrome/common/extensions/extension_sync_type_unittest.cc
index b25e197f651e0fcdc90a4d4aeed4d5fae0906858..88cef0f2338144faee46637f31b95add1ec640d8 100644
--- a/chrome/common/extensions/extension_sync_type_unittest.cc
+++ b/chrome/common/extensions/extension_sync_type_unittest.cc
@@ -3,26 +3,19 @@
// found in the LICENSE file.
#include "base/files/file_path.h"
-#include "chrome/common/extensions/api/plugins/plugins_handler.h"
+#include "chrome/common/extensions/extension.h"
#include "chrome/common/extensions/extension_manifest_constants.h"
-#include "chrome/common/extensions/extension_unittest.h"
#include "chrome/common/extensions/manifest.h"
-#include "chrome/common/extensions/manifest_url_handler.h"
#include "googleurl/src/gurl.h"
+#include "testing/gtest/include/gtest/gtest.h"
namespace keys = extension_manifest_keys;
namespace errors = extension_manifest_errors;
namespace extensions {
-class ExtensionSyncTypeTest : public ExtensionTest {
+class ExtensionSyncTypeTest : public testing::Test {
protected:
- virtual void SetUp() OVERRIDE {
- ExtensionTest::SetUp();
- (new UpdateURLHandler)->Register();
- (new PluginsHandler)->Register();
- }
-
enum SyncTestExtensionType {
EXTENSION,
APP,
« no previous file with comments | « chrome/common/extensions/extension_file_util_unittest.cc ('k') | chrome/common/extensions/extension_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698