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

Unified Diff: blimp/client/core/session/assignment_source.h

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/BUILD.gn ('k') | blimp/client/core/session/assignment_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/session/assignment_source.h
diff --git a/blimp/client/session/assignment_source.h b/blimp/client/core/session/assignment_source.h
similarity index 94%
rename from blimp/client/session/assignment_source.h
rename to blimp/client/core/session/assignment_source.h
index 56ba28aedd7b0fad8d0c823db35ff22e152aecb9..13ea11d1212b78598686bbe131d60147c70ee9cc 100644
--- a/blimp/client/session/assignment_source.h
+++ b/blimp/client/core/session/assignment_source.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_SESSION_ASSIGNMENT_SOURCE_H_
-#define BLIMP_CLIENT_SESSION_ASSIGNMENT_SOURCE_H_
+#ifndef BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_
+#define BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_
#include <string>
@@ -63,7 +63,7 @@ struct Assignment {
class AssignmentSource : public net::URLFetcherDelegate {
public:
// A Java counterpart will be generated for this enum.
- // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.blimp.assignment
+ // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.blimp.core.session.assignment
enum Result {
RESULT_UNKNOWN = 0,
RESULT_OK = 1,
@@ -129,4 +129,4 @@ class AssignmentSource : public net::URLFetcherDelegate {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_SESSION_ASSIGNMENT_SOURCE_H_
+#endif // BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_
« no previous file with comments | « blimp/client/core/session/BUILD.gn ('k') | blimp/client/core/session/assignment_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698