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

Unified Diff: chrome/browser/api/sync/profile_sync_service_observer.h

Issue 10910071: Extract abstract base to API directory for ProfileSyncService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 8 years, 3 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/api/sync/profile_sync_service_observer.h
diff --git a/chrome/browser/sync/profile_sync_service_observer.h b/chrome/browser/api/sync/profile_sync_service_observer.h
similarity index 80%
rename from chrome/browser/sync/profile_sync_service_observer.h
rename to chrome/browser/api/sync/profile_sync_service_observer.h
index de8c997ed50c1ea53f713e98a47978a4dad1b093..8e1d4f92963063ce1f0716acf98a696bb15ee761 100644
--- a/chrome/browser/sync/profile_sync_service_observer.h
+++ b/chrome/browser/api/sync/profile_sync_service_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_OBSERVER_H_
-#define CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_OBSERVER_H_
+#ifndef CHROME_BROWSER_API_SYNC_PROFILE_SYNC_SERVICE_OBSERVER_H_
+#define CHROME_BROWSER_API_SYNC_PROFILE_SYNC_SERVICE_OBSERVER_H_
// Various UI components such as the New Tab page can be driven by observing
// the ProfileSyncService through this interface.
@@ -20,4 +20,4 @@ class ProfileSyncServiceObserver {
virtual ~ProfileSyncServiceObserver() { }
};
-#endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_OBSERVER_H_
+#endif // CHROME_BROWSER_API_SYNC_PROFILE_SYNC_SERVICE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698