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

Unified Diff: chrome/browser/media_gallery/media_gallery_constants.cc

Issue 10919051: Move device notification impl out of chrome/browser/media_gallery (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: modify for chromeos and win Created 8 years, 3 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/media_gallery/media_gallery_constants.cc
diff --git a/chrome/browser/media_gallery/media_gallery_constants.cc b/chrome/browser/media_gallery/media_gallery_constants.cc
deleted file mode 100644
index 074b57974e58a0ffc7a10b7b83aad13e0fc5d5a4..0000000000000000000000000000000000000000
--- a/chrome/browser/media_gallery/media_gallery_constants.cc
+++ /dev/null
@@ -1,15 +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 "chrome/browser/media_gallery/media_gallery_constants.h"
-
-namespace chrome {
-
-const char kFSUniqueIdPrefix[] = "UUID:";
-const char kVendorModelSerialPrefix[] = "VendorModelSerial:";
-
-const char kNonSpaceDelim[] = ":";
-const char kSpaceDelim[] = " ";
-
-} // namespace chrome
« no previous file with comments | « chrome/browser/media_gallery/media_gallery_constants.h ('k') | chrome/browser/media_gallery/media_storage_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698