Index: chrome/browser/chromeos/profiles/profile_helper.h |
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h |
index fa541bbe4f143ff87869af07977e05c458156001..5d3a8dd790a96524034b9a6411579a3380a8f418 100644 |
--- a/chrome/browser/chromeos/profiles/profile_helper.h |
+++ b/chrome/browser/chromeos/profiles/profile_helper.h |
@@ -17,6 +17,7 @@ |
class Profile; |
class User; |
+class SessionStateDelegateChromeOSTest; |
namespace base { |
class FilePath; |
@@ -119,6 +120,7 @@ class ProfileHelper : public BrowsingDataRemover::Observer, |
friend class ParallelAuthenticatorTest; |
friend class ProfileHelperTest; |
friend class ProfileListChromeOSTest; |
+ friend class ::SessionStateDelegateChromeOSTest; |
James Cook
2014/08/12 20:08:30
Put this in namespace chromeos like ProfileListChr
Roman Sorokin (ftl)
2014/08/13 09:11:52
Done.
|
// BrowsingDataRemover::Observer implementation: |
virtual void OnBrowsingDataRemoverDone() OVERRIDE; |