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

Unified Diff: ios/chrome/browser/ui/tab_switcher/session_changes.h

Issue 2608253003: [ios] Moves tab_switcher code out of the ios_internal namespace. (Closed)
Patch Set: Review. Created 3 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: ios/chrome/browser/ui/tab_switcher/session_changes.h
diff --git a/ios/chrome/browser/ui/tab_switcher/session_changes.h b/ios/chrome/browser/ui/tab_switcher/session_changes.h
index a765f4f8874419b96a7212ab1f96c3d2fce316ee..73b6b1e30b38ad1a2e8df4e6d40f514c775b34b4 100644
--- a/ios/chrome/browser/ui/tab_switcher/session_changes.h
+++ b/ios/chrome/browser/ui/tab_switcher/session_changes.h
@@ -7,8 +7,6 @@
#include <vector>
-namespace ios_internal {
-
// This structure represents the changes a session undergoes.
// It is used to update the UICollectionView showing a set of tabs.
class SessionChanges {
@@ -41,6 +39,4 @@ class SessionChanges {
std::vector<size_t> updates_;
};
-} // namespace ios_internal
-
#endif // IOS_CHROME_BROWSER_UI_TAB_SWITCHER_SESSION_CHANGES_H_

Powered by Google App Engine
This is Rietveld 408576698