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

Unified Diff: sync/internal_api/debug_info_event_listener.h

Issue 10147003: [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win update errors Created 8 years, 8 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
« no previous file with comments | « sync/internal_api/configure_reason.h ('k') | sync/internal_api/debug_info_event_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/debug_info_event_listener.h
diff --git a/chrome/browser/sync/internal_api/debug_info_event_listener.h b/sync/internal_api/debug_info_event_listener.h
similarity index 92%
rename from chrome/browser/sync/internal_api/debug_info_event_listener.h
rename to sync/internal_api/debug_info_event_listener.h
index 5bdc9e10a365a12b9fac04a246b27f44290635cb..01690439af2a69cf0be2fcb4ac3078319bf38d68 100644
--- a/chrome/browser/sync/internal_api/debug_info_event_listener.h
+++ b/sync/internal_api/debug_info_event_listener.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
-#define CHROME_BROWSER_SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
+#ifndef SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
+#define SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
#include <queue>
#include <string>
#include "base/compiler_specific.h"
-#include "chrome/browser/sync/internal_api/sync_manager.h"
+#include "sync/internal_api/sync_manager.h"
#include "sync/js/js_backend.h"
#include "sync/protocol/sync.pb.h"
#include "sync/sessions/debug_info_getter.h"
@@ -88,4 +88,4 @@ class DebugInfoEventListener : public sync_api::SyncManager::Observer,
};
} // namespace sync_api
-#endif // CHROME_BROWSER_SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
+#endif // SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
« no previous file with comments | « sync/internal_api/configure_reason.h ('k') | sync/internal_api/debug_info_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698