diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 01:43:26 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 01:43:26 +0000 |
commit | aae2282336aed7a76bc30fa41fc746f13e941a63 (patch) | |
tree | b5e97572eafdae5628598af0ed91300b238706c6 /views | |
parent | 1be2ddb2131368731c674dfa961adf5293f6211e (diff) | |
download | chromium_src-aae2282336aed7a76bc30fa41fc746f13e941a63.zip chromium_src-aae2282336aed7a76bc30fa41fc746f13e941a63.tar.gz chromium_src-aae2282336aed7a76bc30fa41fc746f13e941a63.tar.bz2 |
Reverting the unintentional change.
I accidentally included the change that I didn't intend, sorry about that.
TBR=msw@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7002021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84907 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/examples/examples_main.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/examples/examples_main.cc b/views/examples/examples_main.cc index e61f1b2..d46fb72 100644 --- a/views/examples/examples_main.cc +++ b/views/examples/examples_main.cc @@ -9,7 +9,6 @@ #include "base/command_line.h" #include "base/i18n/icu_util.h" #include "base/process_util.h" -#include "base/scoped_ptr.h" #include "ui/base/resource/resource_bundle.h" #include "ui/base/ui_base_paths.h" #include "views/controls/button/text_button.h" @@ -32,7 +31,6 @@ #include "views/examples/widget_example.h" #include "views/focus/accelerator_handler.h" #include "views/layout/grid_layout.h" -#include "views/views_delegate.h" #include "views/widget/root_view.h" #include "views/window/window.h" #include "views/test/test_views_delegate.h" @@ -188,8 +186,6 @@ int main(int argc, char** argv) { #endif TestViewsDelegate delegate; - // The delegate needs to be set before any UI is created so that windows - // display the correct icon. CommandLine::Init(argc, argv); // We do not this header: chrome/common/chrome_switches.h |