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

Unified Diff: chrome/browser/ui/view_ids.h

Issue 6296012: Update references part 2: files in chrome/browser/ui/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/toolbar/wrench_menu_model.cc ('k') | chrome/browser/ui/views/accessible_view_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/view_ids.h
===================================================================
--- chrome/browser/ui/view_ids.h (revision 71810)
+++ chrome/browser/ui/view_ids.h (working copy)
@@ -1,12 +1,12 @@
-// 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.
// This defines an enumeration of IDs that can uniquely identify a view within
// the scope of a container view.
-#ifndef CHROME_BROWSER_VIEW_IDS_H_
-#define CHROME_BROWSER_VIEW_IDS_H_
+#ifndef CHROME_BROWSER_UI_VIEW_IDS_H_
+#define CHROME_BROWSER_UI_VIEW_IDS_H_
#pragma once
enum ViewID {
@@ -78,9 +78,9 @@
// The sidebar split.
VIEW_ID_SIDE_BAR_SPLIT,
- // Used in chrome/browser/gtk/view_id_util_browsertests.cc
+ // Used in chrome/browser/ui/gtk/view_id_util_browsertests.cc
// If you add new ids, make sure the above test passes.
VIEW_ID_PREDEFINED_COUNT
};
-#endif // CHROME_BROWSER_VIEW_IDS_H_
+#endif // CHROME_BROWSER_UI_VIEW_IDS_H_
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | chrome/browser/ui/views/accessible_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698