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

Unified Diff: blimp/client/core/session/assignment_source_unittest.cc

Issue 2157133003: Move blimp AssignmentSource to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-switches-to-core
Patch Set: Fix gn checks Created 4 years, 5 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 | « blimp/client/core/session/assignment_source.cc ('k') | blimp/client/core/session/test_selfsigned_cert.pem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/session/assignment_source_unittest.cc
diff --git a/blimp/client/session/assignment_source_unittest.cc b/blimp/client/core/session/assignment_source_unittest.cc
similarity index 99%
rename from blimp/client/session/assignment_source_unittest.cc
rename to blimp/client/core/session/assignment_source_unittest.cc
index 2d41d9eb142c6ffed033e9d82ff19a436e9c0ca1..734784d75320a6d200a86f372edbe48bc1a8f69a 100644
--- a/blimp/client/session/assignment_source_unittest.cc
+++ b/blimp/client/core/session/assignment_source_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/client/session/assignment_source.h"
+#include "blimp/client/core/session/assignment_source.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
@@ -44,7 +44,7 @@ const char kTestIpAddressString[] = "127.0.0.1";
const char kTcpTransportName[] = "tcp";
const char kSslTransportName[] = "ssl";
const char kCertRelativePath[] =
- "blimp/client/session/test_selfsigned_cert.pem";
+ "blimp/client/core/session/test_selfsigned_cert.pem";
const char kTestClientToken[] = "secrett0ken";
const char kTestAuthToken[] = "UserAuthT0kenz";
const char kAssignerUrl[] = "http://www.assigner.test/";
« no previous file with comments | « blimp/client/core/session/assignment_source.cc ('k') | blimp/client/core/session/test_selfsigned_cert.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698