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

Unified Diff: chrome/browser/ui/views/ash/panel_view_aura.h

Issue 9570044: Rename chrome/browser/ui/views/{aura => ash}/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
Index: chrome/browser/ui/views/ash/panel_view_aura.h
diff --git a/chrome/browser/ui/views/aura/panel_view_aura.h b/chrome/browser/ui/views/ash/panel_view_aura.h
similarity index 94%
rename from chrome/browser/ui/views/aura/panel_view_aura.h
rename to chrome/browser/ui/views/ash/panel_view_aura.h
index 2f445d00a8f7fe5d5aeb8456a47476feb256b9b6..69fb04f39cc8d4ca0435821102d4f7ad489b2e4c 100644
--- a/chrome/browser/ui/views/aura/panel_view_aura.h
+++ b/chrome/browser/ui/views/ash/panel_view_aura.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_VIEWS_AURA_PANEL_VIEW_AURA_H_
-#define CHROME_BROWSER_UI_VIEWS_AURA_PANEL_VIEW_AURA_H_
+#ifndef CHROME_BROWSER_UI_VIEWS_ASH_PANEL_VIEW_AURA_H_
+#define CHROME_BROWSER_UI_VIEWS_ASH_PANEL_VIEW_AURA_H_
#pragma once
#include <string>
@@ -102,4 +102,4 @@ class PanelViewAura : public views::NativeViewHost,
DISALLOW_COPY_AND_ASSIGN(PanelViewAura);
};
-#endif // CHROME_BROWSER_UI_VIEWS_AURA_PANEL_VIEW_AURA_H_
+#endif // CHROME_BROWSER_UI_VIEWS_ASH_PANEL_VIEW_AURA_H_
« no previous file with comments | « chrome/browser/ui/views/ash/multiple_window_indicator_button.cc ('k') | chrome/browser/ui/views/ash/panel_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698