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

Unified Diff: ash/launcher/launcher_types.h

Issue 152223002: Renames LauncherID, LauncherItem and LauncherItems... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS Created 6 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 | « ash/launcher/OWNERS ('k') | ash/launcher/launcher_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
deleted file mode 100644
index 413ac90e6a5c7dc424b8cb3e2b0d82c726204565..0000000000000000000000000000000000000000
--- a/ash/launcher/launcher_types.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef ASH_LAUNCHER_LAUNCHER_TYPES_H_
-#define ASH_LAUNCHER_LAUNCHER_TYPES_H_
-
-#include <vector>
-
-#include "ash/ash_export.h"
-#include "ash/shelf/shelf_item_types.h"
-#include "ui/gfx/image/image_skia.h"
-
-namespace ash {
-
-typedef int LauncherID;
-
-struct ASH_EXPORT LauncherItem {
- LauncherItem();
- ~LauncherItem();
-
- ShelfItemType type;
-
- // Image to display in the launcher.
- gfx::ImageSkia image;
-
- // Assigned by the model when the item is added.
- LauncherID id;
-
- // Running status.
- ShelfItemStatus status;
-};
-
-typedef std::vector<LauncherItem> LauncherItems;
-
-} // namespace ash
-
-#endif // ASH_LAUNCHER_LAUNCHER_TYPES_H_
« no previous file with comments | « ash/launcher/OWNERS ('k') | ash/launcher/launcher_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698