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

Unified Diff: chrome/common/importer/mock_importer_bridge.cc

Issue 2296633002: Fix Firefox bookmarks import. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed references to firefox_places.{cc,h} Created 4 years, 2 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/importer/mock_importer_bridge.cc
diff --git a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp b/chrome/common/importer/mock_importer_bridge.cc
similarity index 52%
copy from tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
copy to chrome/common/importer/mock_importer_bridge.cc
index 6c4ddd4fc6c4a27e9721be91971255bd6f8bfd15..63576a99d18f6de6cc761dea93d4831597a8c239 100644
--- a/tools/clang/plugins/tests/missing_ctor_ignored_base.cpp
+++ b/chrome/common/importer/mock_importer_bridge.cc
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "missing_ctor_ignored_base.h"
+#include "chrome/common/importer/mock_importer_bridge.h"
-int main() {
- MissingCtorsWithIgnoredBase one;
- MissingCtorsWithIgnoredGrandBase two;
- return 0;
-}
+MockImporterBridge::~MockImporterBridge() {}

Powered by Google App Engine
This is Rietveld 408576698