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

Unified Diff: chrome/browser/sync/chrome_sync_client_unittest.cc

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated for Max's comments. 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 | « no previous file | chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/chrome_sync_client_unittest.cc
diff --git a/chrome/browser/sync/chrome_sync_client_unittest.cc b/chrome/browser/sync/chrome_sync_client_unittest.cc
index f7f89c7400bd8017e7d6b8eabe41c4c79676e2d7..5f9b34e1a35f45632875300a5720c49c68d03417 100644
--- a/chrome/browser/sync/chrome_sync_client_unittest.cc
+++ b/chrome/browser/sync/chrome_sync_client_unittest.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/sync/chrome_sync_client.h"
#include <memory>
+#include <string>
#include "chrome/common/url_constants.h"
#include "components/sync/driver/sync_api_component_factory.h"
@@ -17,8 +18,8 @@ namespace browser_sync {
namespace {
-const std::string kValidUrl = "http://www.example.com";
-const std::string kInvalidUrl = "invalid.url";
+const char kValidUrl[] = "http://www.example.com";
+const char kInvalidUrl[] = "invalid.url";
class ChromeSyncClientTest : public testing::Test {
public:
« no previous file with comments | « no previous file | chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698