Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: chrome/browser/ui/shell_dialogs.cc

Issue 6485017: Carnitas: move browser/ui/shell_dialogs.{h,cc} to browser/ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2 more cases Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/shell_dialogs.h ('k') | chrome/browser/ui/views/options/advanced_contents_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {}
« no previous file with comments | « chrome/browser/ui/shell_dialogs.h ('k') | chrome/browser/ui/views/options/advanced_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698