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

Unified Diff: chromeos/dbus/introspectable_client.cc

Issue 9838085: Move files inside chrome/browser/chromeos/dbus to chromeos/dbus (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: _ Created 8 years, 9 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/dbus/introspectable_client.cc
diff --git a/chrome/browser/chromeos/dbus/introspectable_client.cc b/chromeos/dbus/introspectable_client.cc
similarity index 98%
rename from chrome/browser/chromeos/dbus/introspectable_client.cc
rename to chromeos/dbus/introspectable_client.cc
index 4a26dd2e911a28f5f2e6113e5fbe39b840a98366..657065cb9849fe2f8867f822df33dd5452c40ace 100644
--- a/chrome/browser/chromeos/dbus/introspectable_client.cc
+++ b/chromeos/dbus/introspectable_client.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/dbus/introspectable_client.h"
+#include "chromeos/dbus/introspectable_client.h"
#include <string>
#include <vector>
#include "base/bind.h"
-#include "base/logging.h"
#include "base/chromeos/chromeos_version.h"
+#include "base/logging.h"
#include "dbus/bus.h"
#include "dbus/message.h"
#include "dbus/object_path.h"

Powered by Google App Engine
This is Rietveld 408576698