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

Unified Diff: chrome/browser/extensions/app_notify_channel_ui_impl.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/extensions/app_notify_channel_ui_impl.h
diff --git a/chrome/browser/extensions/app_notify_channel_ui_impl.h b/chrome/browser/extensions/app_notify_channel_ui_impl.h
index bd4250d070adb6584b2879eec2c319384d287076..128ebba388f1a51d9ab42a8ace526c0ee271e3be 100644
--- a/chrome/browser/extensions/app_notify_channel_ui_impl.h
+++ b/chrome/browser/extensions/app_notify_channel_ui_impl.h
@@ -9,8 +9,8 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "chrome/browser/api/sync/profile_sync_service_observer.h"
#include "chrome/browser/extensions/app_notify_channel_ui.h"
-#include "chrome/browser/sync/profile_sync_service_observer.h"
class Profile;
class TabContents;

Powered by Google App Engine
This is Rietveld 408576698