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

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: Cleanup 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/device/bluetooth/public/interfaces/bluetooth_uuid.mojom b/chrome/common/importer/mock_importer_bridge.cc
similarity index 62%
copy from device/bluetooth/public/interfaces/bluetooth_uuid.mojom
copy to chrome/common/importer/mock_importer_bridge.cc
index 94ac31fcf3a8961333938e9204a6ff5901769e21..a272650b3e91e5cf3012a7a73c9bf7ca8d45345c 100644
--- a/device/bluetooth/public/interfaces/bluetooth_uuid.mojom
+++ b/chrome/common/importer/mock_importer_bridge.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module device.mojom;
+#include "chrome/common/importer/mock_importer_bridge.h"
-struct BluetoothUUID {
- string uuid;
-};
+MockImporterBridge::~MockImporterBridge() {}

Powered by Google App Engine
This is Rietveld 408576698