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

Unified Diff: sync/sessions/status_controller.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/session_state_unittest.cc ('k') | sync/sessions/status_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/status_controller.h
diff --git a/chrome/browser/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
similarity index 97%
rename from chrome/browser/sync/sessions/status_controller.h
rename to sync/sessions/status_controller.h
index f4fb4ecbf8f882040a96037858ccaf8cf283b81d..6a2491cfdf778819e61a3d3844ef8c105ae8ffef 100644
--- a/chrome/browser/sync/sessions/status_controller.h
+++ b/sync/sessions/status_controller.h
@@ -29,18 +29,18 @@
// so that various parts of the sync engine can avoid broadcasting
// notifications if no changes occurred.
-#ifndef CHROME_BROWSER_SYNC_SESSIONS_STATUS_CONTROLLER_H_
-#define CHROME_BROWSER_SYNC_SESSIONS_STATUS_CONTROLLER_H_
+#ifndef SYNC_SESSIONS_STATUS_CONTROLLER_H_
+#define SYNC_SESSIONS_STATUS_CONTROLLER_H_
#pragma once
-#include <vector>
#include <map>
+#include <vector>
#include "base/logging.h"
#include "base/stl_util.h"
#include "base/time.h"
-#include "chrome/browser/sync/sessions/ordered_commit_set.h"
-#include "chrome/browser/sync/sessions/session_state.h"
+#include "sync/sessions/ordered_commit_set.h"
+#include "sync/sessions/session_state.h"
namespace browser_sync {
namespace sessions {
@@ -294,4 +294,4 @@ class ScopedModelSafeGroupRestriction {
}
}
-#endif // CHROME_BROWSER_SYNC_SESSIONS_STATUS_CONTROLLER_H_
+#endif // SYNC_SESSIONS_STATUS_CONTROLLER_H_
« no previous file with comments | « sync/sessions/session_state_unittest.cc ('k') | sync/sessions/status_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698