summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/internal_api/user_share.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/internal_api/user_share.cc')
-rw-r--r--chrome/browser/sync/internal_api/user_share.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/browser/sync/internal_api/user_share.cc b/chrome/browser/sync/internal_api/user_share.cc
new file mode 100644
index 0000000..3cb70a0
--- /dev/null
+++ b/chrome/browser/sync/internal_api/user_share.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2011 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 "chrome/browser/sync/internal_api/user_share.h"
+
+#include "chrome/browser/sync/syncable/directory_manager.h"
+
+namespace sync_api {
+
+UserShare::UserShare() {}
+
+UserShare::~UserShare() {}
+
+}