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

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

Issue 2451223004: Improve Firefox importer to handle all Firefox profiles. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/common/importer/mock_importer_bridge.h ('k') | chrome/test/data/import/firefox/36.0.1/places.sqlite » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « chrome/common/importer/mock_importer_bridge.h ('k') | chrome/test/data/import/firefox/36.0.1/places.sqlite » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698