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

Unified Diff: chrome/browser/chromeos/file_manager/desktop_notifications_browsertest.cc

Issue 23945002: file_manager: Move non-binding code to c/b/chromeos/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/chromeos/file_manager/desktop_notifications_browsertest.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager/desktop_notifications_browsertest.cc b/chrome/browser/chromeos/file_manager/desktop_notifications_browsertest.cc
similarity index 98%
rename from chrome/browser/chromeos/extensions/file_manager/desktop_notifications_browsertest.cc
rename to chrome/browser/chromeos/file_manager/desktop_notifications_browsertest.cc
index 35d0f45194e70846233cbc0335806bb1828ccb7a..f7497122553cae458835dc045407c9457e58f1c6 100644
--- a/chrome/browser/chromeos/extensions/file_manager/desktop_notifications_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/desktop_notifications_browsertest.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/chromeos/extensions/file_manager/desktop_notifications.h"
+#include "chrome/browser/chromeos/file_manager/desktop_notifications.h"
#include <gtest/gtest.h>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698