summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 05:03:16 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 05:03:16 +0000
commit3efb1b624c74fbdc04a81c4dd186606a097fbfe5 (patch)
treea043085ef675dc87e31ccbae5c8361c713703f6f /remoting/host
parentc626c735a5aa0501f2f83f6f1f984465c0202e9c (diff)
downloadchromium_src-3efb1b624c74fbdc04a81c4dd186606a097fbfe5.zip
chromium_src-3efb1b624c74fbdc04a81c4dd186606a097fbfe5.tar.gz
chromium_src-3efb1b624c74fbdc04a81c4dd186606a097fbfe5.tar.bz2
Move remoting pref-pane files to mac/ folder.
Review URL: https://chromiumcodereview.appspot.com/11184031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r--remoting/host/mac/me2me_preference_pane-Info.plist (renamed from remoting/host/me2me_preference_pane-Info.plist)0
-rw-r--r--remoting/host/mac/me2me_preference_pane.h (renamed from remoting/host/me2me_preference_pane.h)0
-rw-r--r--remoting/host/mac/me2me_preference_pane.mm (renamed from remoting/host/me2me_preference_pane.mm)6
-rw-r--r--remoting/host/mac/me2me_preference_pane.xib (renamed from remoting/host/me2me_preference_pane.xib)0
-rw-r--r--remoting/host/mac/me2me_preference_pane_confirm_pin.h (renamed from remoting/host/me2me_preference_pane_confirm_pin.h)0
-rw-r--r--remoting/host/mac/me2me_preference_pane_confirm_pin.mm (renamed from remoting/host/me2me_preference_pane_confirm_pin.mm)2
-rw-r--r--remoting/host/mac/me2me_preference_pane_confirm_pin.xib (renamed from remoting/host/me2me_preference_pane_confirm_pin.xib)0
-rw-r--r--remoting/host/mac/me2me_preference_pane_disable.h (renamed from remoting/host/me2me_preference_pane_disable.h)0
-rw-r--r--remoting/host/mac/me2me_preference_pane_disable.mm (renamed from remoting/host/me2me_preference_pane_disable.mm)2
-rw-r--r--remoting/host/mac/me2me_preference_pane_disable.xib (renamed from remoting/host/me2me_preference_pane_disable.xib)0
10 files changed, 5 insertions, 5 deletions
diff --git a/remoting/host/me2me_preference_pane-Info.plist b/remoting/host/mac/me2me_preference_pane-Info.plist
index 1fab228..1fab228 100644
--- a/remoting/host/me2me_preference_pane-Info.plist
+++ b/remoting/host/mac/me2me_preference_pane-Info.plist
diff --git a/remoting/host/me2me_preference_pane.h b/remoting/host/mac/me2me_preference_pane.h
index d3cfb06..d3cfb06 100644
--- a/remoting/host/me2me_preference_pane.h
+++ b/remoting/host/mac/me2me_preference_pane.h
diff --git a/remoting/host/me2me_preference_pane.mm b/remoting/host/mac/me2me_preference_pane.mm
index dcb3593..ad4ac3c 100644
--- a/remoting/host/me2me_preference_pane.mm
+++ b/remoting/host/mac/me2me_preference_pane.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "remoting/host/me2me_preference_pane.h"
+#import "remoting/host/mac/me2me_preference_pane.h"
#import <Cocoa/Cocoa.h>
#include <CommonCrypto/CommonHMAC.h>
@@ -20,8 +20,8 @@
#include "base/memory/scoped_ptr.h"
#include "remoting/host/constants_mac.h"
#include "remoting/host/host_config.h"
-#import "remoting/host/me2me_preference_pane_confirm_pin.h"
-#import "remoting/host/me2me_preference_pane_disable.h"
+#import "remoting/host/mac/me2me_preference_pane_confirm_pin.h"
+#import "remoting/host/mac/me2me_preference_pane_disable.h"
#include "third_party/jsoncpp/source/include/json/reader.h"
#include "third_party/jsoncpp/source/include/json/writer.h"
#include "third_party/modp_b64/modp_b64.h"
diff --git a/remoting/host/me2me_preference_pane.xib b/remoting/host/mac/me2me_preference_pane.xib
index bf6363c..bf6363c 100644
--- a/remoting/host/me2me_preference_pane.xib
+++ b/remoting/host/mac/me2me_preference_pane.xib
diff --git a/remoting/host/me2me_preference_pane_confirm_pin.h b/remoting/host/mac/me2me_preference_pane_confirm_pin.h
index f16ada3..f16ada3 100644
--- a/remoting/host/me2me_preference_pane_confirm_pin.h
+++ b/remoting/host/mac/me2me_preference_pane_confirm_pin.h
diff --git a/remoting/host/me2me_preference_pane_confirm_pin.mm b/remoting/host/mac/me2me_preference_pane_confirm_pin.mm
index 75afd89..d83468a 100644
--- a/remoting/host/me2me_preference_pane_confirm_pin.mm
+++ b/remoting/host/mac/me2me_preference_pane_confirm_pin.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "me2me_preference_pane_confirm_pin.h"
+#import "remoting/host/mac/me2me_preference_pane_confirm_pin.h"
@implementation Me2MePreferencePaneConfirmPin
diff --git a/remoting/host/me2me_preference_pane_confirm_pin.xib b/remoting/host/mac/me2me_preference_pane_confirm_pin.xib
index 01814e5..01814e5 100644
--- a/remoting/host/me2me_preference_pane_confirm_pin.xib
+++ b/remoting/host/mac/me2me_preference_pane_confirm_pin.xib
diff --git a/remoting/host/me2me_preference_pane_disable.h b/remoting/host/mac/me2me_preference_pane_disable.h
index 9871e7c..9871e7c 100644
--- a/remoting/host/me2me_preference_pane_disable.h
+++ b/remoting/host/mac/me2me_preference_pane_disable.h
diff --git a/remoting/host/me2me_preference_pane_disable.mm b/remoting/host/mac/me2me_preference_pane_disable.mm
index 97bf355..a2aa8b3 100644
--- a/remoting/host/me2me_preference_pane_disable.mm
+++ b/remoting/host/mac/me2me_preference_pane_disable.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "me2me_preference_pane_disable.h"
+#import "remoting/host/mac/me2me_preference_pane_disable.h"
@implementation Me2MePreferencePaneDisable
diff --git a/remoting/host/me2me_preference_pane_disable.xib b/remoting/host/mac/me2me_preference_pane_disable.xib
index e8d23cc..e8d23cc 100644
--- a/remoting/host/me2me_preference_pane_disable.xib
+++ b/remoting/host/mac/me2me_preference_pane_disable.xib