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_ |