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

Unified Diff: sync/sessions/sync_session_context.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments 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
« no previous file with comments | « sync/sessions/sync_session.cc ('k') | sync/sessions/sync_session_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/sync_session_context.h
diff --git a/chrome/browser/sync/sessions/sync_session_context.h b/sync/sessions/sync_session_context.h
similarity index 95%
rename from chrome/browser/sync/sessions/sync_session_context.h
rename to sync/sessions/sync_session_context.h
index e911776b0f178c0f4ac0d54ea52b6363efcfd48e..94129ce9cee033d9b0815e1056b514852f9ece22 100644
--- a/chrome/browser/sync/sessions/sync_session_context.h
+++ b/sync/sessions/sync_session_context.h
@@ -15,8 +15,8 @@
//
// It can only be used from the SyncerThread.
-#ifndef CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSION_CONTEXT_H_
-#define CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSION_CONTEXT_H_
+#ifndef SYNC_SESSIONS_SYNC_SESSION_CONTEXT_H_
+#define SYNC_SESSIONS_SYNC_SESSION_CONTEXT_H_
#pragma once
#include <map>
@@ -25,9 +25,9 @@
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
-#include "chrome/browser/sync/engine/model_safe_worker.h"
-#include "chrome/browser/sync/engine/syncer_types.h"
-#include "chrome/browser/sync/sessions/debug_info_getter.h"
+#include "sync/engine/model_safe_worker.h"
+#include "sync/engine/syncer_types.h"
+#include "sync/sessions/debug_info_getter.h"
namespace syncable {
class Directory;
@@ -205,4 +205,4 @@ class ScopedSessionContextConflictResolver {
} // namespace sessions
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSION_CONTEXT_H_
+#endif // SYNC_SESSIONS_SYNC_SESSION_CONTEXT_H_
« no previous file with comments | « sync/sessions/sync_session.cc ('k') | sync/sessions/sync_session_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698