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

Unified Diff: chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.cc

Issue 23532044: Renames the Recovery API to ImageWriter API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@linux-skeleton
Patch Set: Moves OWNERS file. Created 7 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/extensions/api/image_writer_private/removable_storage_provider_mac.cc
diff --git a/chrome/browser/extensions/api/recovery_private/removable_storage_provider_mac.cc b/chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.cc
similarity index 82%
rename from chrome/browser/extensions/api/recovery_private/removable_storage_provider_mac.cc
rename to chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.cc
index 106122ab1cc10aa2112c9b1b7c258bb6b41ed5ed..d0d9a9f394384794ac4faff730c8e64823f40d8e 100644
--- a/chrome/browser/extensions/api/recovery_private/removable_storage_provider_mac.cc
+++ b/chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/extensions/api/recovery_private/removable_storage_provider.h"
+#include "chrome/browser/extensions/api/image_writer_private/removable_storage_provider.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698