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

Unified Diff: components/sync/engine_impl/net/url_translator.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 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 | « components/sync/engine_impl/cycle/test_util.h ('k') | components/sync/engine_impl/net/url_translator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/net/url_translator.h
diff --git a/components/sync/engine_impl/net/url_translator.h b/components/sync/engine_impl/net/url_translator.h
index 0ba80747552f3670611856500bf17fee6468b553..bec8384495354f0c754e6c19e117cbeed6e5fc4f 100644
--- a/components/sync/engine_impl/net/url_translator.h
+++ b/components/sync/engine_impl/net/url_translator.h
@@ -1,9 +1,6 @@
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// Contains the declaration of a few helper functions used for generating sync
-// URLs.
#ifndef COMPONENTS_SYNC_ENGINE_IMPL_NET_URL_TRANSLATOR_H_
#define COMPONENTS_SYNC_ENGINE_IMPL_NET_URL_TRANSLATOR_H_
@@ -12,6 +9,9 @@
namespace syncer {
+// Contains the declaration of a few helper functions used for generating sync
+// URLs.
+
// Convenience wrappers around CgiEscapePath(), used by gaia_auth.
std::string CgiEscapeString(const char* src);
std::string CgiEscapeString(const std::string& src);
« no previous file with comments | « components/sync/engine_impl/cycle/test_util.h ('k') | components/sync/engine_impl/net/url_translator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698