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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.h

Issue 24707002: Add unit tests for AppListServiceImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: un-const an iterator Created 7 years, 3 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
Index: chrome/browser/ui/app_list/test/fake_profile.h
diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
index f741b09ad653af876e4db67f815bcaa90ae5f66e..38c613267fc407ee48ad2deb9d536793266b9bf7 100644
--- a/chrome/browser/ui/app_list/test/fake_profile.h
+++ b/chrome/browser/ui/app_list/test/fake_profile.h
@@ -26,6 +26,7 @@ class ResourceContext;
class FakeProfile : public Profile {
public:
explicit FakeProfile(const std::string& name);
+ FakeProfile(const std::string& name, const base::FilePath& path);
// Profile overrides.
virtual std::string GetProfileName() OVERRIDE;
@@ -99,6 +100,7 @@ class FakeProfile : public Profile {
private:
std::string name_;
+ base::FilePath path_;
};
#endif // CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_keep_alive_service.cc ('k') | chrome/browser/ui/app_list/test/fake_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698