commit | 41110ca3f3f992498d189e6936dc5c4c2d12b916 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 27 16:45:49 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 27 16:45:49 2011 |
tree | 8e3bcc95ea2bd47433f711c8a91a114cb1ff6ab1 | |
parent | e0a366f254c1b0a735d11f12a414a3b2a7e4377d [diff] [blame] |
app: Get rid of test/ directory. BUG=72317 TEST=None [email protected] Review URL: http://codereview.chromium.org/7262013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90592 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/prefs/pref_service_unittest.cc b/chrome/browser/prefs/pref_service_unittest.cc index cf6d0edd..153df0b 100644 --- a/chrome/browser/prefs/pref_service_unittest.cc +++ b/chrome/browser/prefs/pref_service_unittest.cc
@@ -4,7 +4,6 @@ #include <string> -#include "app/test/data/resource.h" #include "base/command_line.h" #include "base/memory/scoped_ptr.h" #include "base/values.h" @@ -23,6 +22,7 @@ #include "chrome/test/testing_pref_service.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" +#include "ui/base/test/data/resource.h" using testing::_; using testing::Mock;