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

Unified Diff: chrome/browser/sync/glue/data_type_manager_observer.h

Issue 133503011: Move files from //chrome/browser/sync to sync_driver component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/sync/glue/data_type_manager_observer.h
diff --git a/chrome/browser/sync/glue/data_type_manager_observer.h b/chrome/browser/sync/glue/data_type_manager_observer.h
deleted file mode 100644
index 0e81a1a7fd96d78af1d5c1cd15c416875594ee6d..0000000000000000000000000000000000000000
--- a/chrome/browser/sync/glue/data_type_manager_observer.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2012 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.
-
-#ifndef CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_MANAGER_OBSERVER_H_
-#define CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_MANAGER_OBSERVER_H_
-
-#include "components/sync_driver/data_type_manager.h"
-
-namespace browser_sync {
-
-// Various data type configuration events can be consumed by observing the
-// DataTypeManager through this interface.
-class DataTypeManagerObserver {
- public:
- virtual void OnConfigureDone(
- const browser_sync::DataTypeManager::ConfigureResult& result) = 0;
- virtual void OnConfigureRetry() = 0;
- virtual void OnConfigureStart() = 0;
-
- protected:
- virtual ~DataTypeManagerObserver() { }
-};
-
-} // namespace browser_sync
-
-#endif // CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_MANAGER_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698