diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:43:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:43:58 +0000 |
commit | 8463c8db63491878163fa0a43b31be61fb8ccf54 (patch) | |
tree | 94de537edf13c519cd4b3c0d17d76aca28fa210c /chrome/tools/profiles | |
parent | 88b460b939077577521fe6119a3682b17992eeae (diff) | |
download | chromium_src-8463c8db63491878163fa0a43b31be61fb8ccf54.zip chromium_src-8463c8db63491878163fa0a43b31be61fb8ccf54.tar.gz chromium_src-8463c8db63491878163fa0a43b31be61fb8ccf54.tar.bz2 |
app: Get rid of app_paths.[cc,h] files.
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7262020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/profiles')
-rw-r--r-- | chrome/tools/profiles/generate_profile.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc index 1da6289..f392137 100644 --- a/chrome/tools/profiles/generate_profile.cc +++ b/chrome/tools/profiles/generate_profile.cc @@ -7,7 +7,6 @@ #include "chrome/tools/profiles/thumbnail-inl.h" -#include "app/app_paths.h" #include "base/at_exit.h" #include "base/command_line.h" #include "base/file_path.h" @@ -233,7 +232,6 @@ int main(int argc, const char* argv[]) { icu_util::Initialize(); chrome::RegisterPathProvider(); - app::RegisterPathProvider(); ui::RegisterPathProvider(); ResourceBundle::InitSharedInstance("en-US"); NotificationService notification_service; |