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

Unified Diff: ash/launcher/launcher_types.cc

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/launcher_types.h ('k') | ash/shelf/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_types.cc
diff --git a/ash/launcher/launcher_types.cc b/ash/launcher/launcher_types.cc
deleted file mode 100644
index dd339a0d358e25f1988572cda829310aabae949a..0000000000000000000000000000000000000000
--- a/ash/launcher/launcher_types.cc
+++ /dev/null
@@ -1,20 +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.
-
-#include "ash/launcher/launcher_types.h"
-
-#include "ash/shelf/shelf_constants.h"
-
-namespace ash {
-
-LauncherItem::LauncherItem()
- : type(TYPE_UNDEFINED),
- id(kInvalidShelfID),
- status(STATUS_CLOSED) {
-}
-
-LauncherItem::~LauncherItem() {
-}
-
-} // namespace ash
« no previous file with comments | « ash/launcher/launcher_types.h ('k') | ash/shelf/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698