Rename chromite.buildbot -> chromite.cbuildbot.

BUG=None
TEST=None
CQ-DEPEND=CL:199664

Change-Id: I6b2b119960cf4368a5cbc594523b4d44407e91f9
Reviewed-on: https://chrome-internal-review.googlesource.com/163786
Reviewed-by: Don Garrett <dgarrett@google.com>
Commit-Queue: Don Garrett <dgarrett@google.com>
Tested-by: Don Garrett <dgarrett@google.com>
diff --git a/automation/clients/helper/chromeos.py b/automation/clients/helper/chromeos.py
index fd3588c..ddfd59f 100644
--- a/automation/clients/helper/chromeos.py
+++ b/automation/clients/helper/chromeos.py
@@ -25,7 +25,7 @@
 
   def Buildbot(self, config_name):
     buildbot = os.path.join(self._chromeos_root,
-                            "chromite/buildbot/cbuildbot.py")
+                            "chromite/cbuildbot/cbuildbot.py")
 
     return cmd.Shell(buildbot,
                      "--buildroot=%s" % self._chromeos_root,
@@ -85,7 +85,7 @@
     config_header = "add_config(%r, [%s])" % (config_name,
                                               ", ".join(config_list))
     config_file = os.path.join(self.CHROMEOS_ROOT,
-                               "chromite/buildbot/cbuildbot_config.py")
+                               "chromite/cbuildbot/cbuildbot_config.py")
     quoted_config_header = "%r" % config_header
     quoted_config_header = re.sub("'", "\\\"", quoted_config_header)
 
diff --git a/remote_gcc_build.py b/remote_gcc_build.py
index 4ee1c6e..8ed324a 100755
--- a/remote_gcc_build.py
+++ b/remote_gcc_build.py
@@ -315,7 +315,7 @@
   patch = ""
   for p in patches:
     patch += " -g {0}".format(p)
-  cbuildbot_path = os.path.join(chromeos_root, "chromite/buildbot")
+  cbuildbot_path = os.path.join(chromeos_root, "chromite/cbuildbot")
   os.chdir(cbuildbot_path)
   branch_flag = ""
   if branch != "master":