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

Unified Diff: chrome/browser/ui/panels/native_panel_stack_window.cc

Issue 14188014: Rename NativePanelStack to NativePanelStackWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/panels/native_panel_stack_window.h ('k') | chrome/browser/ui/panels/panel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/native_panel_stack_window.cc
diff --git a/chrome/browser/ui/panels/native_panel_stack.cc b/chrome/browser/ui/panels/native_panel_stack_window.cc
similarity index 73%
rename from chrome/browser/ui/panels/native_panel_stack.cc
rename to chrome/browser/ui/panels/native_panel_stack_window.cc
index 77a409e58a13a6e9e266293eb873d0be075a6752..2f5e802e34dc2e834766cf45c578b48b66c35f08 100644
--- a/chrome/browser/ui/panels/native_panel_stack.cc
+++ b/chrome/browser/ui/panels/native_panel_stack_window.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/panels/native_panel_stack.h"
+#include "chrome/browser/ui/panels/native_panel_stack_window.h"
#include "base/logging.h"
// static
#if !defined(TOOLKIT_VIEWS)
-NativePanelStack* NativePanelStack::Create(
+NativePanelStackWindow* NativePanelStackWindow::Create(
scoped_ptr<StackedPanelCollection> stack) {
NOTIMPLEMENTED();
return NULL;
« no previous file with comments | « chrome/browser/ui/panels/native_panel_stack_window.h ('k') | chrome/browser/ui/panels/panel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698