| Index: chrome/browser/ui/shell_dialogs.cc
|
| diff --git a/chrome/browser/shell_dialogs.cc b/chrome/browser/ui/shell_dialogs.cc
|
| similarity index 78%
|
| rename from chrome/browser/shell_dialogs.cc
|
| rename to chrome/browser/ui/shell_dialogs.cc
|
| index c0f6875c3fc2fa9074640eb9946cc48b02311eb2..01dce473637685daee92a1c38842761f36645a6e 100644
|
| --- a/chrome/browser/shell_dialogs.cc
|
| +++ b/chrome/browser/ui/shell_dialogs.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/shell_dialogs.h"
|
| +#include "chrome/browser/ui/shell_dialogs.h"
|
|
|
| SelectFileDialog::FileTypeInfo::FileTypeInfo() : include_all_files(false) {}
|
|
|
|
|