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

Unified Diff: components/sessions/base_session_service_commands.h

Issue 1350653004: [sessions] Properly namespace recently-componentized TabRestore code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac Created 5 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/sessions/base_session_service_commands.h
diff --git a/components/sessions/base_session_service_commands.h b/components/sessions/base_session_service_commands.h
index d7bc7a184cd8bc0a2a75abbde6416e3b77262dcc..70487e74e521054351143f2df0391298f570995e 100644
--- a/components/sessions/base_session_service_commands.h
+++ b/components/sessions/base_session_service_commands.h
@@ -45,7 +45,7 @@ SESSIONS_EXPORT scoped_ptr<SessionCommand> CreateSetWindowAppNameCommand(
// Converts a SessionCommand previously created by
// CreateUpdateTabNavigationCommand into a
-// sessions::SerializedNavigationEntry. Returns true on success. If
+// SerializedNavigationEntry. Returns true on success. If
// successful |tab_id| is set to the id of the restored tab.
SESSIONS_EXPORT bool RestoreUpdateTabNavigationCommand(
const SessionCommand& command,
« no previous file with comments | « chrome/browser/ui/views/frame/system_menu_model_delegate.cc ('k') | components/sessions/content/content_tab_client_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698