summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-31 01:11:59 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-31 01:11:59 +0000
commit84a059d23ee3ced8d51f8b6e651ae675f1310637 (patch)
treea8482518a28870d3758063f09b0280d0156db7e9 /chrome_frame
parent57a777f7584961290e87e6e4149c0ed042334425 (diff)
downloadchromium_src-84a059d23ee3ced8d51f8b6e651ae675f1310637.zip
chromium_src-84a059d23ee3ced8d51f8b6e651ae675f1310637.tar.gz
chromium_src-84a059d23ee3ced8d51f8b6e651ae675f1310637.tar.bz2
cleanup: Include base/path_service.h in tests that use it.
BUG=none TEST=none Review URL: http://codereview.chromium.org/1571004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/perf/chrome_frame_perftest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc
index 2433239..a3d3b99 100644
--- a/chrome_frame/test/perf/chrome_frame_perftest.cc
+++ b/chrome_frame/test/perf/chrome_frame_perftest.cc
@@ -11,7 +11,8 @@
#include "chrome_tab.h" // Generated from chrome_tab.idl.
-#include "base/file_util.h"
+#include "base/file_path.h"
+#include "base/path_service.h"
#include "base/process_util.h"
#include "base/registry.h"
#include "base/scoped_ptr.h"
@@ -453,7 +454,6 @@ class ChromeFrameStartupTestActiveXReference
// is based on the chrome\test\memory_test.cc. We need to factor out
// the common code.
class ChromeFrameMemoryTest : public ChromeFramePerfTestBase {
-
// Contains information about the memory consumption of a process.
class ProcessMemoryInfo {
public: