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

Unified Diff: components/sync_sessions/synced_session.h

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix gn. Created 4 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: components/sync_sessions/synced_session.h
diff --git a/components/sync_sessions/synced_session.h b/components/sync_sessions/synced_session.h
index c13f7d4dde14c09e4b142e296753fe938d0b35f7..f1a00a4684aba00b75aa0ee57d2ece04ddfc4b58 100644
--- a/components/sync_sessions/synced_session.h
+++ b/components/sync_sessions/synced_session.h
@@ -19,7 +19,7 @@ namespace sessions {
struct SessionWindow;
}
-namespace sync_driver {
+namespace sync_sessions {
// Defines a synced session for use by session sync. A synced session is a
// list of windows along with a unique session identifer (tag) and meta-data
@@ -103,6 +103,6 @@ struct SyncedSession {
DISALLOW_COPY_AND_ASSIGN(SyncedSession);
};
-} // namespace sync_driver
+} // namespace sync_sessions
#endif // COMPONENTS_SYNC_SESSIONS_SYNCED_SESSION_H_
« no previous file with comments | « components/sync_sessions/sync_sessions_metrics_unittest.cc ('k') | components/sync_sessions/synced_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698