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

Unified Diff: components/browser_sync/signin_confirmation_helper.h

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. 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/browser_sync/signin_confirmation_helper.h
diff --git a/components/browser_sync/signin_confirmation_helper.h b/components/browser_sync/signin_confirmation_helper.h
index 8e6eac5cf1a3845384a2db7c7544a1fc29927796..27bd62ef1bf02c1a293f0cc464c5509c8a173267 100644
--- a/components/browser_sync/signin_confirmation_helper.h
+++ b/components/browser_sync/signin_confirmation_helper.h
@@ -16,7 +16,7 @@ class HistoryService;
class QueryResults;
}
-namespace sync_driver {
+namespace browser_sync {
// Helper class for sync signin to check some asynchronous conditions. Call
// either CheckHasHistory or CheckHasTypedUrls or both, and |return_result|
@@ -65,6 +65,6 @@ class SigninConfirmationHelper {
DISALLOW_COPY_AND_ASSIGN(SigninConfirmationHelper);
};
-} // namespace sync_driver
+} // namespace browser_sync
#endif // COMPONENTS_BROWSER_SYNC_SIGNIN_CONFIRMATION_HELPER_H_
« no previous file with comments | « components/browser_sync/profile_sync_test_util.cc ('k') | components/browser_sync/signin_confirmation_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698