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

Unified Diff: ash/common/session/session_state_delegate.h

Issue 2048443002: ABANDONED: mash: Move shell delegate interfaces to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveshelfmodel
Patch Set: Created 4 years, 6 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 | « ash/common/pointer_watcher_delegate.h ('k') | ash/common/session/session_state_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/session/session_state_delegate.h
diff --git a/ash/session/session_state_delegate.h b/ash/common/session/session_state_delegate.h
similarity index 95%
rename from ash/session/session_state_delegate.h
rename to ash/common/session/session_state_delegate.h
index 8768f73e610b1010dce305529ab4d5cebd52d70c..b989298945c43eed2bdc61aa3289781f3735639d 100644
--- a/ash/session/session_state_delegate.h
+++ b/ash/common/session/session_state_delegate.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SESSION_SESSION_STATE_DELEGATE_H_
-#define ASH_SESSION_SESSION_STATE_DELEGATE_H_
+#ifndef ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
+#define ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
#include <string>
#include "ash/ash_export.h"
-#include "ash/session/session_types.h"
+#include "ash/common/session/session_types.h"
class AccountId;
@@ -135,4 +135,4 @@ class ASH_EXPORT SessionStateDelegate {
} // namespace ash
-#endif // ASH_SESSION_SESSION_STATE_DELEGATE_H_
+#endif // ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
« no previous file with comments | « ash/common/pointer_watcher_delegate.h ('k') | ash/common/session/session_state_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698