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

Unified Diff: components/sync/driver/async_directory_type_controller_mock.cc

Issue 2549223003: [Sync] Rename NonUIDataTypeController to AsyncDirectoryTypeController (Closed)
Patch Set: Created 4 years 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: components/sync/driver/async_directory_type_controller_mock.cc
diff --git a/components/sync/driver/async_directory_type_controller_mock.cc b/components/sync/driver/async_directory_type_controller_mock.cc
new file mode 100644
index 0000000000000000000000000000000000000000..1a95234f7b0ba0c1f1dd8207a336fd03738d60cb
--- /dev/null
+++ b/components/sync/driver/async_directory_type_controller_mock.cc
@@ -0,0 +1,13 @@
+// Copyright 2014 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.
+
+#include "components/sync/driver/async_directory_type_controller_mock.h"
+
+namespace syncer {
+
+AsyncDirectoryTypeControllerMock::AsyncDirectoryTypeControllerMock() {}
+
+AsyncDirectoryTypeControllerMock::~AsyncDirectoryTypeControllerMock() {}
+
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698