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

Unified Diff: chrome/browser/chromeos/gdata/gdata.cc

Issue 9582037: Make document service an interface (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Review changes Created 8 years, 9 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/browser/chromeos/gdata/gdata.cc
diff --git a/chrome/browser/chromeos/gdata/gdata.cc b/chrome/browser/chromeos/gdata/gdata.cc
index 79a5cc1a9b50d864a6a1cc178449be48ea261cc3..ee3caa78f5d7fb1a4ced4a6cfb5c9b2bb1f6579d 100644
--- a/chrome/browser/chromeos/gdata/gdata.cc
+++ b/chrome/browser/chromeos/gdata/gdata.cc
@@ -1090,6 +1090,14 @@ void GDataAuthService::Observe(int type,
FOR_EACH_OBSERVER(Observer, observers_, OnOAuth2RefreshTokenChanged());
}
+//========================= DocumentsServiceInterface ==========================
+
+DocumentsServiceInterface::DocumentsServiceInterface() {
Ben Chan 2012/03/08 02:01:19 this can be removed.
Greg Spencer (Chromium) 2012/03/08 19:06:35 Done.
+}
+
+DocumentsServiceInterface::~DocumentsServiceInterface() {
+}
+
//=============================== DocumentsService =============================
DocumentsService::DocumentsService()

Powered by Google App Engine
This is Rietveld 408576698