diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 20:15:25 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 20:15:25 +0000 |
commit | dcd869cd5cc3d237e76608126094240c09fc3632 (patch) | |
tree | 28bc5af2ab3440952b3316ec38ca5d39e77890e2 /chrome/test/ui/ui_test_suite.cc | |
parent | 50d6e170a47305a393a07e7f2244e9045fd0ea07 (diff) | |
download | chromium_src-dcd869cd5cc3d237e76608126094240c09fc3632.zip chromium_src-dcd869cd5cc3d237e76608126094240c09fc3632.tar.gz chromium_src-dcd869cd5cc3d237e76608126094240c09fc3632.tar.bz2 |
FBTF: Move some heavy, repeatedly emitted symbols to implementation files.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3162047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test_suite.cc')
-rw-r--r-- | chrome/test/ui/ui_test_suite.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/ui/ui_test_suite.cc b/chrome/test/ui/ui_test_suite.cc index fd83857..6cc32e5 100644 --- a/chrome/test/ui/ui_test_suite.cc +++ b/chrome/test/ui/ui_test_suite.cc @@ -10,6 +10,7 @@ #include "base/path_service.h" #include "base/process_util.h" #include "base/string_number_conversions.h" +#include "chrome/common/chrome_switches.h" #include "chrome/common/env_vars.h" // Timeout for the test in milliseconds. UI tests only. |