summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-11 23:19:44 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-11 23:19:44 +0000
commit85e921fb8e323a9226215569d41a5ab7203d3aad (patch)
treea2da555096fea411a5daa087156683c795f6083f /chrome/test/testing_profile.h
parent07fa03bb5efcc25a61e7e8407a38ee5eacc71b9e (diff)
downloadchromium_src-85e921fb8e323a9226215569d41a5ab7203d3aad.zip
chromium_src-85e921fb8e323a9226215569d41a5ab7203d3aad.tar.gz
chromium_src-85e921fb8e323a9226215569d41a5ab7203d3aad.tar.bz2
Make session_service.cc compile on Mac and Linux.
Review URL: http://codereview.chromium.org/23018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index bcaa346..b355aca2 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -12,6 +12,7 @@
#include "chrome/browser/browser_prefs.h"
#include "chrome/browser/profile.h"
#include "chrome/browser/search_engines/template_url_model.h"
+#include "chrome/browser/sessions/session_service.h"
#include "chrome/common/pref_service.h"
#if defined(OS_POSIX)
@@ -24,7 +25,6 @@
#if defined(OS_WIN)
#include "chrome/browser/bookmarks/bookmark_model.h"
#include "chrome/browser/history/history.h"
-#include "chrome/browser/sessions/session_service.h"
#endif
class TestingProfile : public Profile {