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

Unified Diff: chromeos/app_mode/kiosk_oem_manifest_parser.cc

Issue 14643006: [chromeos] Remove dependencies of StatisticsProvider on chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 8 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: chromeos/app_mode/kiosk_oem_manifest_parser.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.cc b/chromeos/app_mode/kiosk_oem_manifest_parser.cc
similarity index 96%
rename from chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.cc
rename to chromeos/app_mode/kiosk_oem_manifest_parser.cc
index da1554c9a3bf9043bd6d515639383aeb20fcbb56..c51296fec8092703df67b34bd8c62fb5a7445b8c 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_oem_manifest_parser.cc
+++ b/chromeos/app_mode/kiosk_oem_manifest_parser.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/app_mode/kiosk_oem_manifest_parser.h"
+#include "chromeos/app_mode/kiosk_oem_manifest_parser.h"
#include "base/json/json_file_value_serializer.h"
#include "base/stringprintf.h"

Powered by Google App Engine
This is Rietveld 408576698